to_data_frame: Convert Eprime Frames into data-frames

Description Usage Arguments Details Value See Also

View source: R/to_data_frame.R

Description

Convert Eprime Frames into data-frames

Usage

1

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

Value

all of the EprimeFrames combined into a single data frame.

See Also

rbind.fill


tjmahr/rprime documentation built on Sept. 30, 2020, 5:31 p.m.