read_vol: Read a Heidelberg Spectralis VOL file

View source: R/read_vol.R

read_volR Documentation

Read a Heidelberg Spectralis VOL file

Description

Creates a list containing data from a Heidelberg Spectralis VOL file.

Usage

read_vol(vol_file, read_what = "all", tz = "UTC")

Arguments

vol_file

Path to VOL file.

read_what

Character string indicating what parts of the file to read. If "all", then all data is read. If "slo", then only the header and SLO are read. Any other value will only return the header.

tz

Timezone for dates in header.

Value

a list containing the data from the VOL file


barefootbiology/heyexr documentation built on July 9, 2022, 3:35 a.m.