PLR3000 | R Documentation |
PLR3000()
is a function which converts the XLS file imported from the eurOpticsTM PLR-3000 pupillometer to a nested list with two dataframes.
PLR3000(filename = NULL, df = NULL)
filename |
path to the XLS-file with the measurements |
df |
the dataframe can also be used for the function if data is already imported. |
Returns a list with two dataframe, one with the measurements (pupils) and one with the markers (markers).
## Not run:
PLR3000("C:/PLR3000/R_20200105_205901.xls")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.