pack.folded: Normalize a Folded Data Frame

Description Usage Arguments Value See Also Examples

View source: R/metaplot.R

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)

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

Related to pack.folded in fold...