Description Usage Arguments Details See Also Examples
Reverses a vector of 'strings' (a character vector). Not safe for unicode (UTF-8) characters.
1 | str_rev(x)
|
x |
a character vector. |
This function is written in C for fast execution; however,
we do not handle non-ASCII characters. For a 'safe' version
of str_rev
that handles unicode characters, see
str_rev2
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.