Проблема: rangeNAs, введенные путем принуждения к целочисленным диапазонным данным, сохраненным как database.json - PullRequest
0 голосов
/ 21 февраля 2019

Я написал следующее для загрузки твитов:

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 битов.

Почему?Любая помощь будет оценена.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...