read_maia_tgz: Read MAIA files

Description Usage Arguments Value Author(s) Examples

View source: R/read_maia_tgz.R

Description

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

Usage

1
read_maia_tgz(folder = getwd(), incomplete = FALSE, timeclass = "datetime")

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) or 'datetime' (POSIXct class), for date and time of test

Value

Data frame

Author(s)

Tjebo

Examples

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

tjebo/perimetry documentation built on Dec. 23, 2021, 10:57 a.m.