View source: R/standard_dataset.R
make_adm_disch_cols | R Documentation |
make_adm_disch_cols
make_adm_disch_cols(data)
data |
episode data, including columns called 'Spell Number', 'START_DATETIME', 'END_DATETIME' and 'Admission.Type' |
data, with columns for admission and discharge datetime, and spell-level admission type (PatientType), added
## Not run: new_dataset <- make_adm_disch_cols(dataset) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.