to_data_frame: Convert Eprime Frames into data-frames

View source: R/to_data_frame.R

to_data_frameR Documentation

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)

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 rbind()-ed together, with missing columns being filled with NA.

Value

all of the EprimeFrames combined into a single data frame.

See Also

plyr::rbind.fill()


rprime documentation built on June 8, 2025, 1:22 p.m.