Description Usage Arguments Value Author(s)
Harvest API v2 only accepts 100 urls every 15 seconds. build_url_groups breaks urls into groups of 100 naming the last group, "Last_Group". Groups run requests and then R sleeps for 15 seconds get requests to the Harvest API v2. The function is a wrapper around the httr::GET function and safely returns the httr result as result or error.
1 | build_url_groups(urls = NULL, ...)
|
... |
Additional arguments, potentially passed to other functions - see details in get_table |
url |
Character vector of urls of the get request |
named list
Mark Druffel, mdruffel@propellerpdx.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.