Description Usage Arguments Details Value See Also
Escapes all Unicode (not ASCII-printable) code points.
1 |
str |
character vector |
For non-printable and certain special (well-known, see also
R man page Quotes) ASCII characters the following
(also recognized in R) convention is used. We get
\a, \b, \t, \n, \v,
\f, \r, \", \', \\
or either \uXXXX (4 hex digits) or \UXXXXXXXX (8 hex
digits) otherwise.
As usual, any input string is converted to Unicode before executing the escape process.
Returns a character vector.
Other escape: stri_unescape_unicode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.