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.
我正在使用Rfacebook包在 R 中运行以下代码:
Rfacebook
post <- getPost("155725841111588_10205062323825088", n=2000, token=my_oauth)
View(post)给了我以下错误信息:
View(post)
视图中的错误:参数暗示不同的行数:1、0
你能在这方面提供帮助吗?
getPost() 返回一个列表而不是数据框。视作post$post
post$post