| getData4gcs | R Documentation |
Get the value of the Glasgow Coma Scale
getData4gcs(DID_CLIN)
DID_CLIN |
data.table containing the table DID_CLIN from the database of the PROGRESS study |
data.table with the ID of the patient (patstuid), and the information on the Glasgow Coma Scale, in the wide format.
## 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)
getData4gcs(DID_CLIN)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.