Skip to contents

Get the name of a source by providing a sourceID

Usage

gaz_rest_source_by_sourceid(sourceid)

Arguments

sourceid

(integer) A valid sourceID

Value

a named vector with the source name and, if available, the url to the source.

Examples

if (FALSE) {
gaz_rest_source_by_sourceid(390)
gaz_rest_source_by_sourceid(657)
}