PLR: NeurOpticsTM PLR-3000 or PLR-4000 pupillometer file to...

View source: R/PLR.R

PLRR Documentation

NeurOpticsTM PLR-3000 or PLR-4000 pupillometer file to dataframe (PLR)

Description

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.

Usage

PLR(filename = NULL, df = NULL, version)

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.

version

needed to define if it is either "3000" or "4000"

Value

Returns a list with two dataframe, one with the measurements (pupils) and one with the markers (markers).

Examples

 ## Not run: 
   PLR0("C:/PLR3000/R_20200105_205901.xls")
 
## End(Not run)


lilleoel/clintools documentation built on April 17, 2025, 6:09 p.m.