preview_eprime {rprime} | R Documentation |
Preview the levels in a parsed Eprime file
Description
Preview the levels in a parsed Eprime file
Usage
preview_eprime(frame_list)
preview_levels(frame_list)
preview_frames(frame_list)
Arguments
frame_list |
a FrameList (a list of EprimeFrames) |
Details
preview_levels
prints out the unique combinations of
Eprime.Level number, Procedure, and Running in the frame list.
preview_frames
prints out example frame from each of the unique
levels. preview_eprime
does both.
Value
Nothing. Preview text is printed to the console.
[Package rprime version 0.1.2 Index]