list the agencies of an endpoint
list_agencies.Rdlist the agencies of an endpoint
Usage
list_agencies(
endpoint = NULL,
language = NULL,
raw = FALSE,
cache = TRUE,
verbose = getOption("sdmxdata.verbose", FALSE)
)Arguments
- endpoint
an endpoint, url or an
httr2::request()object.- language
the language to return the data in.
- raw
if
TRUEreturn the raw data.- cache
if
TRUEcache the list of agencies.- verbose
if
TRUEprint information about the caching.