Description Usage Arguments Value
as_chr_ascii()
converts atomic vectors and data frames to purely ASCII
character representation.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | as_chr_ascii(x)
## S3 method for class 'data.frame'
as_chr_ascii(x)
## S3 method for class 'logical'
as_chr_ascii(x)
## S3 method for class 'integer'
as_chr_ascii(x)
## S3 method for class 'double'
as_chr_ascii(x)
## S3 method for class 'factor'
as_chr_ascii(x)
## S3 method for class 'character'
as_chr_ascii(x)
## S3 method for class 'complex'
as_chr_ascii(x)
|
x |
An object to convert |
x
as an ASCII-encoded character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.