Description Usage Arguments Details Value See Also
View source: R/googleAuthR_batch.R
Turn a list of gar_fetch_functions into batch functions
1 |
call_list |
a list of functions from |
... |
further arguments passed to the data parse function of f |
This function will turn all the individual Google API functions into one POST request to /batch.
If you need to pass multiple data parse function arguments its probably best to do it in seperate batches to avoid confusion.
A list of the Google API responses
https://developers.google.com/webmaster-tools/v3/how-tos/batch
Documentation on doing batch requests for the search console API. Other Google APIs are similar.
Walk through API calls changing parameters using gar_batch_walk
Other batch functions: applyDataParseFunction
,
doBatchRequest
,
gar_batch_walk
,
makeBatchRequest
,
parseBatchResponse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.