collections_fetch: Fetch all collections from an rstac::collections() query
Description
By default, NASA STAC catalogue collections queries only return
10 collections at a time. This function will page through
the collections and return them all.
Usage
collections_fetch(collections, ...)
Value
A doc_collections object with all of the collections from the catalogue
specified in the rstac::collections() query.
Arguments
collections
an object of class doc_collections as returned
by calling rstac::get_request() on an rstac::collections() query