getData4pleu | R Documentation |
Get data on pleural effusion.
getData4pleu(FRM_BEF, FRM_VIS)
FRM_BEF |
data.table containing the table FRM_BEF from the database of the PROGRESS study |
FRM_VIS |
data.table containing the table FRM_VIS from the database of the PROGRESS study |
data.table with the ID of the patient (patstuid), and the data on pleural effusion (PLEUERGUSS from FRM_BEF, FRM_VIS), 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_BEF <- readxl::read_excel(excel_fn, 'FRM_BEF')
FRM_VIS <- readxl::read_excel(excel_fn, 'FRM_VIS')
data.table::setDT(FRM_BEF)
data.table::setDT(FRM_VIS)
toadd_pleu <- getData4pleu(FRM_BEF, FRM_VIS)
toadd_pleu
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.