Я написал следующее для загрузки твитов:
my_token <- create_token(app = "myapp",key, cons_secret, token, access_secret)
library(rtweet)
BIST <- "BIST"
stream_tweets( "BIST", timeout = Inf,
file_name = "database.json",
parse = FALSE, token=my_token)`
Я получил следующее
Streaming tweets for Inf seconds...
NAs introduced by coercion to integer rangeThe stream disconnected prematurely.
Reconnecting...
NAs introduced by coercion to integer rangeReconnecting again...
NAs introduced by coercion to integer rangeNAs introduced by coercion to
integer rangeNAs introduced by coercion to integer rangestreaming data saved as
database.json
Теперь мой файл database.json имеет 0 битов.
Почему?Любая помощь будет оценена.