# NOT RUN {
x <- structure(
c("40201", "2258", "7208", "25001", "34400", "4011", "4011", NA),
class = c("icd9cm", "icd9", "character"),
icd_short_diag = TRUE
)
# }
# NOT RUN {
print(x)
print(x, verbose = TRUE)
# as.factor drops any 'icd' classes
print(as.factor(x), verbose = TRUE)
# }
# NOT RUN {
u <- uranium_pathology[1:10, "icd10"]
print(u)
print(u, verbose = TRUE)
# as.character will unclass the 'icd' classes
print(as.character(u), verbose = TRUE)
a <- structure(c("R21", "Z21"),
class = c("icd10cm", "icd10", "character")
)
print(a, verbose = TRUE)
# }
Run the code above in your browser using DataLab