View source: R/ImportFunctions.R
process.all.data | R Documentation |
Fully process data
process.all.data( demog.file.name, microb.file.name = NA, symptoms.file.name = NA, pregnancy.file.name = NA, ICU.file.name = NA, treatment.file.name = NA, vit_sign.file.name = NA, outcome.file.name = NA, laboratory.file.name = NA, minimum.comorb = 100, minimum.sympt = 100, minimum.treatments = 1000, dtplyr.step = FALSE )
demog.file.name |
Path of the demographics data file (CDISC format) |
microb.file.name |
Path of the demographics data file (CDISC format) |
symptoms.file.name |
Path of the symptoms data file (CDISC format, optional) |
pregnancy.file.name |
Path of the RP data file (CDISC format, optional) |
ICU.file.name |
Path of the healthcare encounters data file (CDISC format, optional) |
treatment.file.name |
Path of the intervention data file (CDISC format, optional) |
vit_sign.file.name |
Path of the VS data file (CDISC format, optional) |
outcome.file.name |
Path of the dispositions data file (CDISC format, optional) |
laboratory.file.name |
Path of the LB data file (CDISC format, optional) |
minimum.treatments |
The minimum number of instances of a treatment required for inclusion as a column |
dtplyr.step |
Return the output as |
Formatted outcome data as a tibble or dtplyr_step
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.