read_maia_tgz: Read MAIA files

View source: R/read_maia_tgz.R

read_maia_tgzR Documentation

Read MAIA files

Description

The function will extract the data from the raw .tgz patient backup files of your MAIA device.

Usage

read_maia_tgz(folder = getwd(), incomplete = FALSE, timeclass = "date")

Arguments

folder

source folder which is searched for .tgz files. Default: workdirectory

incomplete

set TRUE, if you want to see incomplete exams too

timeclass

either 'date' (Date class, default) or 'datetime' (POSIXct), how to provide microperimetry test time

Value

Data frame

Author(s)

Tjebo

Examples

# read_maia_tgz(folder = file.path(getwd(), "data-raw"))

tjebo/microperimetR documentation built on Feb. 12, 2024, 6:23 a.m.