从Facebook页面提取数据时出现异常警告消息

时间:2015-08-18 11:26:56

标签: r facebook

在RFacebook中使用getPage函数从Facebook页面提取数据时,我收到一条不寻常的警告信息

page_azn <- getPage(page="Amazon", token, n = 5000, since = '2015/06/01',until = '2015/08/01', feed = T)

100 posts 200 posts 300 posts 400 posts 500 posts 600 posts 700 posts 800 posts 900 posts 1000 posts 1100 posts 1200 posts 1300 posts 1400 posts 1500 posts 1600 posts 1700 posts 1800 posts 1900 posts 2000 posts 2100 posts 2200 posts 2300 posts 2400 posts 2500 posts 2600 posts 2700 posts 2800 posts 2831 posts 

Warning message:
In min.default(numeric(0), na.rm = FALSE) :
  no non-missing arguments to min; returning Inf

RFacebook的oauth身份验证过程成功。

可重现的例子:

我正在尝试从亚马逊的Facebook页面中提取过去2个月内发布的所有帖子。到目前为止,代码尝试了:

{{1}}

该功能突然停止并显示警告信息。

警告信息的任何线索以及如何避免?

提前致谢。

0 个答案:

没有答案