GetDataSotkanet {sotkanet} | R Documentation |
Retrieve Sotkanet Data (old version)
Description
Retrieve selected data and combine into a single table. (This is an older version of the function. It is advised to use the new [get_sotkanet()] function instead.)
Usage
GetDataSotkanet(
indicators = NULL,
years = 1991:2015,
genders = c("total"),
regions = NULL,
region.category = NULL,
user.agent = NULL
)
Arguments
indicators |
Dataset identifier(s) |
years |
vector of years c(2010, 2012, ... ) |
genders |
vector of genders ('male' | 'female' | 'total') |
regions |
filter by selected regions only (default: all regions) |
region.category |
filter by one or more of the following 15 valid regions categories (default: all categories)
|
user.agent |
"User agent" defined by the user. Default is NULL which will then use the package identifier "rOpenGov/sotkanet" |
Details
THL's open data license and limitation of liability
License
The open data provided by National Institute for Health and Welfare is licensed under CC BY 4.0. This license defines how open data can be utilized. The licensing is based on a decision made by the Director General.
Limitation of Liability
National Institute for Health and Welfare shall not be liable for any loss, legal proceedings, claims, proceedings, demands, costs or damages regardless of their cause or form, which can be directly or indirectly connected to open data or use of open data published by National Institute for Health and Welfare.
Value
data.frame
Author(s)
Maintainer: Leo Lahti leo.lahti@iki.fi, Pyry Kantanen
References
See citation("sotkanet")
See Also
For more information about dataset structure, see THL webpage at https://yhteistyotilat.fi/wiki08/pages/viewpage.action?pageId=27557907
THL open data license website: https://yhteistyotilat.fi/wiki08/x/AAadAg
Examples
## Not run: dat <- GetDataSotkanet(indicators = 165)