View source: R/getData4o2p.min.R
getData4o2p.min | R Documentation |
A minimum of the oxygen saturation levels, if there were several measurements performed with different methods.
getData4o2p.min(FRM_O2P)
FRM_O2P |
data.table containing the table FRM_O2P from the database of the PROGRESS study |
data.table with the ID of the patient (patstuid), and the data on the oxygen saturation, in the wide format.
## Not run:
excel_fn <- paste0("/net/ifs1/san_projekte/projekte/",
"PROGRESS/Datenmanagement/Data_freezes/",
"20190320/PROGRESS-freeze_201903_01.xlsx")
FRM_O2P <- readxl::read_excel(excel_fn, 'FRM_O2P')
data.table::setDT(FRM_O2P)
toadd_o2p.min <- getData4o2p.min(FRM_O2P)
toadd_o2p.min
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.