Description Usage Arguments Details Value See Also
View source: R/to_data_frame.R
Convert Eprime Frames into data-frames
1 |
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.
rbind.fill
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.