container-methods: Sort container.

Description Usage Arguments Examples

Description

Sort container.

Usage

1
2
3
4
container_sort(x, ..., decreasing = FALSE)

## S3 method for class 'container'
sort(x, decreasing = FALSE, ...)

Arguments

x

a container object; see as_container.

...

optional; extract these names from each element and use their values to sort.

decreasing

logical; should the sort be decreasing or increasing?

Examples

1
2
3
4
5

lbartnik/utilities documentation built on May 3, 2019, 11:52 p.m.