View source: R/read_maia_tgz.R
read_maia_tgz | R Documentation |
The function will extract the data from the raw .tgz patient backup files of your MAIA device.
read_maia_tgz(folder = getwd(), incomplete = FALSE, timeclass = "date")
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 |
Data frame
Tjebo
# read_maia_tgz(folder = file.path(getwd(), "data-raw"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.