Learn R Programming

fold (version 0.2.6)

unpack.folded: Unpack a Folded Data Frame

Description

Convert folded data.frame to unpacked format with scalar metadata as row entries.

Usage

# S3 method for folded
unpack(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 pack.folded

Examples

Run this code
# NOT RUN {
data(eventsf)
library(metaplot)
head(unpack(eventsf))

# }

Run the code above in your browser using DataLab