| vt_non_ASCII | R Documentation |
Validates and Reports If Non-ASCII characters present
vt_non_ASCII(data, ...)
data |
the data to be tested |
... |
ignored |
dat <- data.frame(
txt = c(
"fa\xE7ile test of showNonASCII():",
"\\details{",
" This is a good line",
" This has an \xfcmlaut in it.",
" OK again.",
"}"
),
x = 1:6,
stringsAsFactors = FALSE
)
vt_non_ASCII(dat)
str(vt_non_ASCII(dat))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.