Cast Item variable from the stat data downloaded from getStatData function
castItem(statData, itemVar = c("ITM_NM", "ITM_ID", "ITM_NM_ENG"))A data.frame object containing queried information
A data.frame downloaded from getStatData function
A string specifying item variable
## Example
statData <- getStatData(orgId = "101", tblId = "DT_1B41", objL1 = "ALL")
castItem(statData = statData, itemVar = "ITM_NM")