View source: R/SotkanetIndicatorMetadata.R
| SotkanetIndicatorMetadata | R Documentation | 
Retrieves sotkanet indicator metadata. (This is an older version of the function. It is advised to use the new [sotkanet_indicator_metadata()] function instead.)
SotkanetIndicatorMetadata(id = NULL, type = "raw", user.agent = NULL)
id | 
 Indicator id  | 
type | 
 Parameter passed onto   | 
user.agent | 
 "User agent" defined by the user. Default is NULL which will use the default package identifier "rOpenGov/sotkanet"  | 
Data is fetched from
https://sotkanet.fi/rest/1.1/indicators/<id>
sotkanet indicator metadata as a list object
Maintainer: Pyry Kantanen
See citation("sotkanet")
## Not run: 
x <- SotkanetIndicatorMetadata(10013)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.