Description Usage Arguments Examples
The encoding function returns "ASCII" if the entire value
consists of ASCII symbols only, and works identically to
Encoding() otherwise.
The all_utf8 function is an efficient variant of
all(encoding(x) %in% c("ASCII", "UTF-8")).
1 2 3 |
x |
A character vector. |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.