Description Usage Arguments Value Author(s)
strrev() reverses the order of characters within each element of a character vector
1 | strrev(strs)
|
strs |
A vector, matrix or array of character values, or other data type that can be coerced to type character. Note that if strs is numeric, trailing zeros will not be preserved. |
A vector, matrix or array of character values with the same dimensions and other attributes (i.e., names) as the input argument, but with the the order of characters in the individual elements reversed.
M.W.Rowe, mwr.stats@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.