powered by
Convert folded data.frame to conventional format with column attributes. Scalar metadata is converted to column attributes. Other metadata left unfolded.
# S3 method for folded pack(x, tolower = TRUE, ...)
folded
whether to coerce attribute names to lower case
other arguments
data.frame
fold.data.frame
# NOT RUN { data(eventsf) library(metaplot) head(pack(eventsf)) attributes(pack(eventsf)$BLQ) # }
Run the code above in your browser using DataLab