castItem | R Documentation |
Cast Item variable from the stat data downloaded from getStatData function
castItem(statData, itemVar = c("ITM_NM", "ITM_ID", "ITM_NM_ENG"))
statData |
A data.frame downloaded from getStatData function |
itemVar |
A string specifying item variable |
## Example statData <- getStatData(orgId = "101", tblId = "DT_1B41", objL1 = "ALL") castItem(statData = statData, itemVar = "ITM_NM")
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.