Usage
gar_batch_walk(f, walk_vector, gar_pars = NULL, gar_paths = NULL,
the_body = NULL, pars_walk = NULL, path_walk = NULL, body_walk = NULL,
batch_size = 10, batch_function = NULL, data_frame_output = TRUE, ...)
Arguments
walk_vector
a vector of the parameter or path to change
gar_pars
a list of parameter arguments for f
gar_paths
a list of path arguments for f
the_body
a list of body arguments for f
pars_walk
a character vector of the parameter(s) to modify for each walk of f
path_walk
a character vector of the path(s) to modify for each walk of f
body_walk
a character vector of the body(s) to modify for each walk of f
batch_size
size of each request to Google /batch API
batch_function
a function that will act on the result list of each batch API call
data_frame_output
if the list of lists are dataframes, you can bind them all by setting to TRUE
...
further arguments passed to the data parse function of f