get_non_ASCII {jwutil} | R Documentation |
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)
## 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) ## End(Not run)