Learn R Programming

rprime (version 0.1.2)

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

303

Version

0.1.2

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

September 24th, 2020

Functions in rprime (0.1.2)

keep_levels

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

Higher-order functions for dealing with lists
as.EprimeFrame

Convert a list into an EprimeFrame object
listify

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

Preview the levels in a parsed Eprime file
as.FrameList

Convert a list of EprimeFrames into a FrameList object
read_eprime

Read in a text file generated by Eprime
extract_chunks

Extract log-frames from an Eprime log file
filter_in

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

Functions for dealing with Eprime txt files
EprimeFrame

Create an EprimeFrame object
FrameList

Convert lines from an Eprime file into EprimeFrame objects
to_data_frame

Convert Eprime Frames into data-frames