PLR3000: NeurOpticsTM PLR-3000 pupillometer file to dataframe...

View source: R/PLR3000.R

PLR3000R 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)


clintools documentation built on May 29, 2024, 7:14 a.m.