我是在 R 中学习 twitter 数据分析的新手。我正在尝试使用 rtweet 包分析一些数据。由于某种原因,函数 get_timeline() 中存在错误。
cnn <- get_timeline("cnn", n = 3200)
Error in get_timeline_(user = "cnn", n = 3200, home = FALSE, max_id = NULL, :
could not find function "isFALSE"
search_tweets、get_followers、get_friends等其他功能运行良好。