Description Usage Arguments Value Examples
Reverses a string or number
1 | string_reverse(x, convert = TRUE)
|
x |
A string or a number |
convert |
Flag to set whether the input number will be converted to strings or not |
the reverse of input
1 2 | string_reverse(1234)
string_reverse("1234")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.