get_non_ASCII: mimic the 'R CMD check' test

Description Usage Examples

View source: R/char.r

Description

R CMD check is quick to tell you where UTF-8 characters are not encoded, but gives no way of finding out which or where

Usage

1
2
3

Examples

1
2
3
4
5
6
7
## 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)

jackwasey/jwutil documentation built on Jan. 20, 2020, 6:56 p.m.