read.edat.txt: Read a text file exported from E-prime data file.

Description Usage Arguments Details Value

Description

read a tab-delimited text file exported through E-DataAid, a part of E-prime application suite. The function is essentially a wrapper around the function read.delim

Usage

1
read.edat.txt(file, collapse = FALSE)

Arguments

file

The name of the file from which the data are to be read. Can be a vector of multile file names.

collapse

logical. Relevant only when the file contains more than one file names. If TRUE, the ouput will be a single data.frame. If FALSE, the list of data.frame will be returned.

Details

This function is essentially a wrapper around the function function read.delim.

Value

A data frame, or a list of data frames (if collapse=TURE), containing the data from the file.


matsukik/mrsat documentation built on May 21, 2019, 12:57 p.m.