r - twitteR - error message -


i'm able authenticate myself , send tweets. problems start when try run below script:

# genesis data id dms <- dmget() x <- dms[[1]] id1 <- data.frame(id1 = as.numeric(x$getid())) write_tsv(id1, "path/to/id1")  

the result first line is: list() second line is: error in dms[[1]] : subscript out of bounds

where problems?

thanks ariel


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -