Learn R Programming

kosis (version 0.0.1)

getStatMeta: KOSIS Statistic Meta

Description

KOSIS Statistic Meta

Usage

getStatMeta(
  orgId,
  tblId,
  type = c("TBL", "ORG", "PRD", "ITM", "CMMT", "UNIT", "SOURCE", "WGT", "NCD")
)

Value

A data.frame object containing queried information

Arguments

orgId

A string specifying the organization id

tblId

A string specifying the table id

type

A string specifying the meta type

Details


## Example
getStatMeta(orgId = "101", tblId = "DT_1IN0001")
getStatMeta(orgId = "101", tblId = "DT_1IN0001", type = "ORG")