R package to access and manipulate data from the Sotkanet demographics indicator database. The Sotkanet data portal provides over 2000 demographic indicators across Finland and Europe, and is maintained by the National Institute for Health and Welfare (THL). For more information, see Sotkanet indicator database and API description.
install.packages("sotkanet")
List available indicators in the Sotkanet data portal:
library(sotkanet)
sotkanet.indicators <- SotkanetIndicators()
For further usage instructions, check the tutorial page.
The package authors are listed in the DESCRIPTION file. Part of rOpenGov.
citation('sotkanet')