Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

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


rprime

Functions for Working with 'Eprime' Text Files

v0.1.2
GPL-2
Authors
Tristan Mahr [aut, cre] (<https://orcid.org/0000-0002-8890-5116>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.