Description Usage Arguments Examples
Reverse a list
1 | list.reverse(.data)
|
.data |
A |
1 2 | x <- list(a=1,b=2,c=3)
list.reverse(x)
|
$c
[1] 3
$b
[1] 2
$a
[1] 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.