Description Usage Arguments Details See Also Examples
Reverses a vector of 'strings' (a character vector). This will safely reverse a vector of unicode (UTF-8) characters.
1 | str_rev2(x)
|
x |
a character vector. |
This function will handle UTF-8 characters safely. If you
are working only with ASCII characters and require speed,
see str_rev2
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.