Description Usage Value Examples
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 laboratory measurements data
1 2 3 4 | ## Not run:
lab_data <- load_lab_data()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.