rtweet 包中的 post_list 函数是否不再存在?
文档将它显示为一个函数,但是当我尝试使用它时,我收到该函数不存在的错误消息?
我正在尝试使用 Twitter 句柄列表在 Twitter 中创建列表,但找不到使其工作的函数。
用户<- c(“cnn”,“cnnbrk”,“cnni”,“cnnpolitics”,“cnnmoney”,“cnnnewsroom”,“cnnspecreport”,“CNNNewsource”,“CNNNSdigital”,“CNNTonight”)
## create CNN-accounts list with 9 total users
(cnn_lst <- post_list(users,
"cnn-accounts", description = "Official CNN
accounts"))
Message:
Error in post_list(users, "cnn-accounts", description = "Official CNN
accounts") :
could not find function "post_list"