SotkanetIndicatorMetadata: Sotkanet Indicator Metadata

Description Usage Arguments Details Value Author(s) References Examples

View source: R/SotkanetIndicatorMetadata.R

Description

Retrieves sotkanet indicator metadata.

Usage

1
SotkanetIndicatorMetadata(id = NULL, type = "raw", user.agent = NULL)

Arguments

id

Indicator id

type

Parameter passed onto SotkanetIndicators. Default is 'raw' for the whole output but 'table' is also supported

user.agent

"User agent" defined by the user. Default is NULL which will use the default package identifier "rOpenGov/sotkanet"

Details

Data is fetched from

1
https://sotkanet.fi/rest/1.1/indicators/<id>

Value

sotkanet indicator metadata as a list object

Author(s)

Maintainer: Pyry Kantanen

References

See citation("sotkanet")

Examples

1
2
3
4
## Not run: 
x <- SotkanetIndicatorMetadata(10013)

## End(Not run)

sotkanet documentation built on Feb. 2, 2022, 1:07 a.m.