SotkanetIndicatorMetadata: Sotkanet Indicator Metadata

View source: R/SotkanetIndicatorMetadata.R

SotkanetIndicatorMetadataR Documentation

Sotkanet Indicator Metadata

Description

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"

Details

Data is fetched from

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

## Not run: 
x <- SotkanetIndicatorMetadata(10013)

## End(Not run)

rOpenGov/sotkanet documentation built on March 29, 2022, 6:46 p.m.