Description Usage Value Examples
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
1 |
a data frame (tibble) containing patient data
1 2 3 4 | ## Not run:
patient_data <- load_patient_data()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.