sort_list {getopt} | R Documentation |
Recursively sorts a list
Description
sort_list()
returns a recursively sorted list
Usage
sort_list(unsorted_list)
Arguments
unsorted_list |
A list. |
Value
A sorted list.
Examples
l <- list(b = 2, a = 1)
sort_list(l)
[Package getopt version 1.20.4 Index]