Retrieve Sotkanet indicator metadata
Usage
sotkanet_indicators(
id = NULL,
type = "table",
lang = "fi",
user.agent = NULL,
cache = TRUE,
cache_dir = NULL
)
Arguments
- id
Dataset identifier. Default is NULL returning all
- type
type output format, either 'table' (default) or 'raw'. Default produces a truncated table with strictly defined columns that are useful in other functions. 'Raw' produces the full output which might be useful for exploratory purposes.
- lang
Language of the output.
- user.agent
"User agent" defined by the user. Default is NULL which will then use the package identifier "rOpenGov/sotkanet"
- cache
a logical whether to do caching.
- cache_dir
a path to the cache dir.
Details
Data is fetched from https://sotkanet.fi/rest/1.1/indicators.
Author
Leo Lahti leo.lahti@iki.fi, Pyry Kantanen