Parallel load from P2/Active Campaign API at url
with key api_key
. Loads pages of 100 records until it reaches the total.
Arguments
- url
Active Campaign API url to query
- api_key
Active Campaign API key, defaults to
keyring::key_get("P2_API")
- offset
integer offset from the start of the query to return; default is 0.
- max_len
integer maximum number of rows to load, defaults to
p2_query_table_length()
-offset
.- jobs
data.table of jobs to run instead of building a jobs based on
offset
andmax_len