pablobarbera / Rfacebook

Dev version of Rfacebook package: Access to Facebook API via R

Home Page:http://cran.r-project.org/web/packages/Rfacebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eventDatatoDF function in getEvents()

kumarhk opened this issue · comments

Hi Pablo and others,

I'm working on a project where I want to examine lists of events beyond the latest 25. I know this functionality is available in some other functions such as getPage and getMembers, and I am trying to rewrite the code for getEvents to implement this. However, I am running into a problem where my updated code can't run because it can't find the function eventDatatoDF(), which is in the original code for getEvents. Could you advise on what this function is and how to use it? I'm a bit lost here.

Thanks so so much for this wonderful package!

Hi @kumarhk -- see here. All the other functions you'll need (callAPI, unlistwithNA, etc) are in utils.R as well. Please report back on your progress! :)