load_patient_data: Load Patient Data

Description Usage Value Examples

View source: R/load_data.R

Description

Similar to load_lab_data() this function performs the following operations: * loads the data * casts the variables to their correct types * transforms the variable names to snake case * performs a light touch cleaning by transforming character variables to title case

Usage

1

Value

a data frame (tibble) containing patient data

Examples

1
2
3
4
## Not run: 
patient_data <- load_patient_data()

## End(Not run)

dragosmg/rocheshiny documentation built on April 12, 2020, 12:22 a.m.