Skip to contents

Retrieves sotkanet indicator metadata.

Usage

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"

Value

sotkanet indicator metadata as a list object

Details

Data is fetched from

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

References

See citation("sotkanet")

Author

Maintainer: Pyry Kantanen

Examples

if (FALSE) {
x <- SotkanetIndicatorMetadata(10013)
}