Description Usage Arguments Value Author(s) Examples
View source: R/read_maia_tgz.R
The function will extract the anonymised data from the raw .tgz patient backup files of your MAIA device.
1 | read_maia_tgz(folder = getwd(), incomplete = FALSE, timeclass = "datetime")
|
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 |
Data frame
Tjebo
1 | # 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.