Skip to contents

Look up one source by id

Usage

mc_source(id, .token = NULL)

Arguments

id

a source id.

.token

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

Value

A tibble with one row. See mc_sources() for the columns.

Examples

if (FALSE) { # \dontrun{
mc_source(1752)
} # }