get_non_ASCII {jwutil}R Documentation

mimic the R CMD check test

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

get_non_ASCII(x)

is_non_ASCII(x)

Examples

## 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)

[Package jwutil version 1.2.3 Index]