Description Usage Arguments Value Examples
Reverse given character vector by the given n-plets.
1 | reverse.string(.seq, .n = 1)
|
.seq |
Sequences. |
.n |
By which n-plets we should reverse the given strings. |
Reversed strings.
1 2 | reverse.string('abcde') # => "edcba"
reverse.string('abcde', 2) # => "debca"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.