Description Usage Arguments Details Value
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
1 | read.edat.txt(file, collapse = FALSE)
|
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 |
This function is essentially a wrapper around the function function read.delim
.
A data frame, or a list of data frames (if collapse=TURE
), containing the data from the file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.