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
Post a Comment