fb_process | R Documentation |
Process and paginate raw results from Facebook's API, result of
querying the API with httr::GET
or by passing an API link.
fb_process(input, paginate = TRUE, sleep = 0, quiet = FALSE, ...)
input |
GET's output object (response) or link (character). |
paginate |
Boolean or integer. Run through all paginations? If set
to |
sleep |
Numeric value. How much should each loop wait until until running the next pagination query? |
quiet |
Boolean. Quiet messages? |
... |
Additional parameters. |
data.frame with un-nested processed results or NULL if no results found.
Other API:
bring_api()
,
fb_accounts()
,
fb_ads()
,
fb_creatives()
,
fb_insights()
,
fb_report_check()
,
fb_rf()
,
fb_token()
,
gemini_ask()
,
gpt_ask()
,
li_auth()
,
li_profile()
,
queryGA()
,
slackSend()
Other Meta:
fb_accounts()
,
fb_ads()
,
fb_creatives()
,
fb_insights()
,
fb_report_check()
,
fb_rf()
,
fb_token()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.