as.folded.data.frame: Coerce to Folded from Data Frame

Description Usage Arguments Details Value See Also

Description

Coerces to folded from data.frame.

Usage

1
2
## S3 method for class 'data.frame'
as.folded(x, sort = TRUE, ...)

Arguments

x

object

sort

Should the result be sorted?

...

passed arguments

Details

Expects columns VARIABLE, META, and VALUE. Remaining columns are for classification and may be NA. Coerces VALUE to character. Removes duplicate records with warning. Sorts on non-VALUE columns by default. Assigns class folded.

Value

folded data.frame

See Also

fold.data.frame as.folded


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