Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: tjmahr/rprime

rprime 0.1.0

29 May 14:56

Choose a tag to compare

This release marks the CRAN debut of rprime!

Features:

  • read_eprime: reliably read in data from an Eprime log (.txt) file.
  • FrameList: extract the text in each "LogFrame" in the file, storing each
    log-frame as an R list.
  • preview_levels, preview_eprime: explore the structure of the parsed
    data.
  • keep_levels, drop_levels, filter_in, filter_out: select and filter
    particular levels or kinds of log-frames from the txt-file.
  • to_data_frame: make a data-frame from the parsed data.