Description Usage Arguments Value Examples
The function converts non-ASCII characters to "\u1234"
(when
sufficient) or "\U12345678"
notation using the corresponding Unicode
code point. A backslash is literally included in the escape code, equivalent
to two backslashes when typing a string.
1 |
x |
a single |
ranges |
a |
If ranges
is FALSE
, returns a version of x
where non-ASCII characters have been encoded (character
string).
If ranges
is TRUE
, returns a list
with two elements:
|
the escaped string, |
|
a |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.