Most important functions

read_eprime()

Read in a text file generated by Eprime

FrameList()

Convert lines from an Eprime file into EprimeFrame objects

filter_in() filter_out()

Filter levels in or out of a FrameList based on attribute values

keep_levels() drop_levels()

Filter levels in or out of a FrameList based on Eprime.Level values

to_data_frame()

Convert Eprime Frames into data-frames

Supporting functions

These help with the parsing of the text file.

listify()

Convert a vector of colon-separated text lines into a list of named elements

extract_chunks()

Extract log-frames from an Eprime log file

preview_eprime() preview_levels() preview_frames()

Preview the levels in a parsed Eprime file

Objects

These objects represent chunks of data.

EprimeFrame()

Create an EprimeFrame object

as.EprimeFrame()

Convert a list into an EprimeFrame object

as.FrameList()

Convert a list of EprimeFrames into a FrameList object