castItem: Cast Item variable from the stat data downloaded from...

View source: R/utils.R

castItemR Documentation

Cast Item variable from the stat data downloaded from getStatData function

Description

Cast Item variable from the stat data downloaded from getStatData function

Usage

castItem(statData, itemVar = c("ITM_NM", "ITM_ID", "ITM_NM_ENG"))

Arguments

statData

A data.frame downloaded from getStatData function

itemVar

A string specifying item variable

Details

## Example
statData <- getStatData(orgId = "101", tblId = "DT_1B41", objL1 = "ALL")
castItem(statData = statData, itemVar = "ITM_NM")

Value

A data.frame object containing queried information


kosis documentation built on Aug. 8, 2023, 5:13 p.m.