View source: R/getData4oxi.ind.R
getData4oxi.ind | R Documentation |
Values from the rows with CLIN_PARAM == "OxygenIndex-MIN" in the table DID_CLIN are returned.
getData4oxi.ind(DID_CLIN)
DID_CLIN |
data.table containing the table DID_CLIN from the database of the PROGRESS study |
data.table in the wide format. Each row corresponds to one patient and the columns contain the oxygenation index at a given time.
## Not run:
excel_fn <- paste0("/net/ifs1/san_projekte/projekte/",
"PROGRESS/Datenmanagement/Data_freezes/",
"20190320/PROGRESS-freeze_201903_01.xlsx")
DID_CLIN <- readxl::read_excel(excel_fn, "DID_CLIN")
data.table::setDT(DID_CLIN)
toadd_oxi.ind <- getData4oxi.ind(DID_CLIN)
toadd_oxi.ind
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.