Skip to contents

The "give me every German newspaper" call. Takes a collection id, or a collection name to look up, and returns all its sources with paging handled.

Usage

mc_collection_sources(collection, max_results = Inf, .token = NULL)

Arguments

collection

a collection id, or the exact name of a collection.

max_results

maximum number of sources to return.

.token

a token, or path to a saved token file, to use instead of the stored one.

Value

A tibble with one row per source, as mc_sources().

Examples

if (FALSE) { # \dontrun{
mc_collection_sources(34412409)
mc_collection_sources("Germany - National")
} # }