Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when data is loaded from disk #24

Open
geoHeil opened this issue Dec 28, 2016 · 2 comments
Open

error when data is loaded from disk #24

geoHeil opened this issue Dec 28, 2016 · 2 comments

Comments

@geoHeil
Copy link

geoHeil commented Dec 28, 2016

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
Collect(searchTerm="#trump", numTweets = 1000,writeToFile=TRUE,verbose=TRUE)#, waitForRateLimit = TRUE)
g_twitter_actor <- tweets %>% Create("Actor", writeToFile=FALSE)
myDataFromDisk1 <- importData("filenamev","twitter")
g2_twitter_actor <- myDataFromDisk1 %>% Create("Actor", writeToFile=FALSE)

@timothyjgraham
Copy link
Contributor

Hi @geoHeil,

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?

@geoHeil
Copy link
Author

geoHeil commented Jan 9, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants