| frev | R Documentation |
Similar to rev but faster.
frev(x)
x |
An atomic |
Similar to rev, frev only retains three attributes: names, class, and factor levels.
Returns the input reversed.
# on vectors
x = setNames(1:10, letters[1:10])
frev(x)
# list
frev(list(1, "a", TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.