Preview the levels in a parsed Eprime file

preview_eprime(frame_list)

preview_levels(frame_list)

preview_frames(frame_list)

Arguments

frame_list

a FrameList (a list of EprimeFrames)

Value

Nothing. Preview text is printed to the console.

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.