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"