sort.folded: Sort Folded

Description Usage Arguments Value See Also Examples

View source: R/meta.R

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

fold documentation built on April 23, 2018, 5:03 p.m.

Related to sort.folded in fold...