PLR3000 {clintools} | R Documentation |
NeurOpticsTM PLR-3000 pupillometer file to dataframe (PLR3000)
Description
PLR3000()
is a function which converts the XLS file imported from the eurOpticsTM PLR-3000 pupillometer to a nested list with two dataframes.
Usage
PLR3000(filename = NULL, df = NULL)
Arguments
filename |
path to the XLS-file with the measurements |
df |
the dataframe can also be used for the function if data is already imported. |
Value
Returns a list with two dataframe, one with the measurements (pupils) and one with the markers (markers).
Examples
## Not run:
PLR3000("C:/PLR3000/R_20200105_205901.xls")
## End(Not run)
[Package clintools version 0.9.10.1 Index]