Learn R Programming

⚠️There's a newer version (0.1.3) of this package.Take me there.

rprime (version 0.1.0)

Functions for Working with 'Eprime' Text Files

Description

'Eprime' is a set of programs for administering psychological experiments by computer. This package provides functions for loading, parsing, filtering and exporting data in the text files produced by 'Eprime' experiments.

Copy Link

Version

Install

install.packages('rprime')

Monthly Downloads

256

Version

0.1.0

License

GPL-2 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Tristan Mahr

Last Published

May 29th, 2015

Functions in rprime (0.1.0)

count_tabs

Infer level of nesting (for a log-frame) by counting tabs
keep_levels

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

Create an EprimeFrame object
rprime

Functions for dealing with Eprime txt files
to_data_frame

Convert Eprime Frames into data-frames
parse_chunks

Extract the lines of text from each log-frame
listify

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

Check Eprime log-frame line ranges
preview_eprime

Preview the levels in a parsed Eprime file
FrameList

Convert lines from an Eprime file into EprimeFrame objects
filter_in

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

Convert a list into an EprimeFrame object
list_functions

Higher-order functions for dealing with lists
extract_chunks

Extract log-frames from an Eprime log file
make_filter

Make a filtering predicate
read_eprime

Read in a text file generated by Eprime
tidy

Clean up `Running`-related attributes
as.FrameList

Convert a list of EprimeFrames into a FrameList object