as.folded.data.frame: Coerce to Folded from Data Frame
Description
Coerces to folded from data.frame.
Usage
# S3 method for data.frame
as.folded(x, sort = TRUE, ...)
Arguments
sort
Should the result be sorted?
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
.