pack.folded: Normalize a Folded Data Frame

Description Usage Arguments Value See Also Examples

Description

Convert folded data.frame to conventional format with column attributes. Scalar metadata is converted to column attributes. Other metadata left unfolded.

Usage

1
2
## S3 method for class 'folded'
pack(x, tolower = TRUE, ...)

Arguments

x

folded

tolower

whether to coerce attribute names to lower case

...

other arguments

Value

data.frame

See Also

fold.data.frame

Examples

1
2
3
4
data(eventsf)
library(metaplot)
head(pack(eventsf))
attributes(pack(eventsf)$BLQ)

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