
Last chance! 50% off unlimited learning
Sale ends in
R CMD check
testR CMD check
is quick to tell you where UTF-8
characters are not
encoded, but gives no way of finding out which or where
get_non_ASCII(x)is_non_ASCII(x)
get_encodings(x)
# NOT RUN {
sapply(icd9cm_hierarchy, icd:::get_non_ASCII)
icd:::get_encodings(icd9cm_hierarchy)
sapply(icd9cm_billable, icd:::get_non_ASCII)
sapply(icd9cm_billable, icd:::get_encodings)
# }
Run the code above in your browser using DataLab