sort.folded: Sort Folded

Description Usage Arguments Value See Also Examples

Description

Sorts folded, using all non-VALUE columns, starting from the left. If decreasing is TRUE, the resulting row order is reversed.

Usage

1
2
## S3 method for class 'folded'
sort(x, decreasing = FALSE, ...)

Arguments

x

folded

decreasing

logical

...

ignored arguments

Value

folded

See Also

fold.data.frame

Examples

1
2
3
library(magrittr)
data(eventsf)
eventsf %>% sort

bergsmat/origami documentation built on May 12, 2019, 3:08 p.m.