PLR | R Documentation |
PLR()
is a function which converts the XLS file imported from the NeurOpticsTM PLR-3000 or PLR-4000 pupillometer to a nested list with two dataframes.
PLR(filename = NULL, df = NULL, version)
filename |
path to the XLS-file with the measurements |
df |
the dataframe can also be used for the function if data is already imported. |
version |
needed to define if it is either "3000" or "4000" |
Returns a list with two dataframe, one with the measurements (pupils) and one with the markers (markers).
## Not run:
PLR0("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.