Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建一个矩阵,显示 91 个 Twitter 帐户中的每一个是否都遵循所有其他帐户,并且我正在使用包中的 R 函数lookup_friendships,rtweet我已经完成了它的身份验证。
lookup_friendships
rtweet
例如,每个 4095 计算都需要调用如下函数:
lookup_friendships("BillGates","realDonaldTrump")
有时有效,有时无效。这与 15 分钟的速率限制有关吗?功能帮助没有提到任何速率限制。