RealWordRep support completed
All of the functionality from the original R script DataAnalysis/RScripts/makeL2TwordLists/L2T-RWR-MakeWordLists.R
should be supported by this package.
Core functionality includes:
- Reading and parsing Eprime text files from RealWordRep experiments
- Correcting wrong abbreviations in the Eprime text files
- Looking up WordList information for a set of trials, including the many different versions of the experiment from TimePoint3
- Saving read-only
.txt
files - Wrapping the above functionality into a single shortcut function
create_rwr_wordlist_file()
Enhancements include:
- Determining the TimePoint from the Eprime file. This is no longer a parameter that needs to be set manually.
- Extensive unit-tests based on the output of the original R script
- A comprehensive README file
- Using the rprime package for parsing Eprime files
- Combining the WordLists and trial information by means of a table join, instead of row-by-row look-up.