The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
National Statistical Office of Mongolia’s Open Data API Handler for R
National Statistical Office of Mongolia (NSO) is the national statistical service and an organization of Mongolian government. NSO provides open access to official data via its API opendata.1212.mn. The package NSO1212 has functions for accessing the API service. The functions are compatible with the API v2.0 and get data-sets and its detailed information from the API.
<- all_tables()
all.tables print(all.tables$tbl_nm)
print(all.tables$tbl_id)
<- get_table(
nso.data tbl_id = "DT_NSO_2400_015V2",
PERIOD = make_period(start = "201711", end = "202103", period = "M"),
CODE = c("10", "11"),
CODE1 = "11"
)print(nso.data)
<- get_table_info("DT_NSO_2400_015V2", simplify = TRUE)
table_info str(table_info)
From CRAN
install.packages("NSO1212")
From the repository on GitHub
install.packages("devtools")
::install_github("galaamn/NSO1212") devtools
Makhgal Ganbold, National University of Mongolia
© 2019 - 2021 Makhgal Ganbold
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.