Description Usage Arguments Value
is_chr_ascii()
tests whether an atomic vector or data frame is entirely an
ASCII-encoded character.
1 2 3 4 5 6 7 | is_chr_ascii(x, na_rm = FALSE)
## S3 method for class 'data.frame'
is_chr_ascii(x, na_rm = FALSE)
## Default S3 method:
is_chr_ascii(x, na_rm = FALSE)
|
x |
An object to test |
na_rm |
Should missing values be removed for testing? If |
TRUE
if the object is ASCII character, NA
if it includes missing
values and na_rm = FALSE
, otherwise FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.