call_api_multiple_times | R Documentation |
Call an API multiple times
call_api_multiple_times(
iterator,
URL,
path,
query,
resultVector,
use_parallel = TRUE
)
iterator |
vector to iterate over |
URL |
endpoint url |
path |
the path |
query |
the actual query (with list()) |
resultVector |
the vector to prune |
use_parallel |
whether or not to use multiple workers |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.