You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Create action is executed on myDataFromDisk1 an error message is thrown by R. That is not the case if the data is used straight from memory.
error in if (is.na(df[i, retweet_from][[1]])) { : Argument hat Länge 0
Zusätzlich: Warnmeldung:
In is.na(df[i, retweet_from][[1]]) :
is.na() auf nicht-(Liste oder Vektor) des Typs 'NULL' angewendet
Thanks for the heads up. It appears the problem may be related to the importData function. Have you had any luck with the problem since posting this issue?
When the
Create
action is executed onmyDataFromDisk1
an error message is thrown by R. That is not the case if the data is used straight from memory.The text was updated successfully, but these errors were encountered: