Convert folded data.frame to unpacked format with scalar metadata as row entries.
# S3 method for folded
unpack(x, tolower = TRUE, ...)
folded
whether to coerce attribute names to lower case
other arguments
data.frame
Other unpack: unpack
# NOT RUN {
library(fold)
data(eventsf)
head(unpack(eventsf))
# }
Run the code above in your browser using DataLab