Learn R Programming

rprime (version 0.1.2)

to_data_frame: Convert Eprime Frames into data-frames

Description

Convert Eprime Frames into data-frames

Usage

to_data_frame(x)

Arguments

x

an EprimeFrame object, or a FrameList object (a list of EprimeFrames)

Value

all of the EprimeFrames combined into a single data frame.

Details

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 rbinded together, with missing columns being filled with NA.

See Also

rbind.fill