List collections
mc_collections.RdCollections are named groups of sources — mostly countries and regions, e.g. "Germany - National". Their ids are what you pass to the search functions.
Arguments
- name
search term. Multiple words are combined with AND and matched case-insensitively against the collection name, so
"Germany State"finds "Germany - State & Local".- source_id
restrict to collections that contain this source.
- max_results
maximum number of collections to return. Defaults to all of them.
- .token
a token, or path to a saved token file, to use instead of the stored one.
Value
A tibble with one row per collection: id, name, notes,
platform, source_count, public, featured, managed,
modified_at, featured_rank and monitored.