getStatMeta | R Documentation |
KOSIS Statistic Meta
getStatMeta(
orgId,
tblId,
type = c("TBL", "ORG", "PRD", "ITM", "CMMT", "UNIT", "SOURCE", "WGT", "NCD")
)
orgId |
A string specifying the organization id |
tblId |
A string specifying the table id |
type |
A string specifying the meta type |
## Example getStatMeta(orgId = "101", tblId = "DT_1IN0001") getStatMeta(orgId = "101", tblId = "DT_1IN0001", type = "ORG")
A data.frame object containing queried information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.