Make GET requests over several pages of an API
get_resp_paginated(ch_url, num_pages = 1, page = 0, ...)
ch_url | URL to request from, preferably from the |
---|---|
num_pages | Number of pages to request |
page | The page at which the request should being. This should rarely be used |
... | Arguments passed to |
the parsed JSON object as a list but inside the items
slots it contains all data lists obtained from the pages specified
in num_pages
Site built with pkgdown 1.6.1.
Template by Bootstrapious . Ported to pkgdown by dieghernan.