View source: R/to_data_frame.R
to_data_frame | R Documentation |
Convert Eprime Frames into data-frames
to_data_frame(x)
x |
an EprimeFrame object, or a FrameList object (a list of EprimeFrames) |
Individual EprimeFrames are converted to a data-frame using
as.data.frame()
. (Strings are not converted to factors.)
Each of the individual data-frames are then rbind()
-ed together, with
missing columns being filled with NA.
all of the EprimeFrames combined into a single data frame.
plyr::rbind.fill()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.