Convert Eprime Frames into data-frames
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.