skip to Main Content

How to use map() with possibly()

I am using map() to get post data from Facebook using the following code: posts_data <- map(posts$query_id, getPost, token = fb_oauth, n = 1000) However, some of the query_id observations are incorrect, or are shared events, which the API cannot…

VIEW QUESTION
Back To Top
Search