powered by
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
fold.data.frame pack.folded
fold.data.frame
pack.folded
Other unpack: unpack
unpack
# NOT RUN { library(fold) data(eventsf) head(unpack(eventsf)) # }
Run the code above in your browser using DataLab