isASCII | R Documentation |
The code has been "stolen" from showNonASCII
isASCII(x)
x |
vector of character |
vector of logical with TRUE
at positions i
where
x[i]
contains only ASCII characters
months <- c("Januar", "Februar", "M\ue4rz")
cat(months, "\n")
isASCII(months)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.