powered by
PLR3000() is a function which converts the XLS file imported from the eurOpticsTM PLR-3000 pupillometer to a nested list with two dataframes.
PLR3000()
PLR3000(filename = NULL, df = NULL)
Returns a list with two dataframe, one with the measurements (pupils) and one with the markers (markers).
path to the XLS-file with the measurements
the dataframe can also be used for the function if data is already imported.
if (FALSE) { PLR3000("C:/PLR3000/R_20200105_205901.xls") }
Run the code above in your browser using DataLab