load_lab_data: Load Laboratory Measurements Data

Description Usage Value Examples

View source: R/load_data.R

Description

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 laboratory measurements data

Examples

1
2
3
4
## Not run: 
lab_data <- load_lab_data()

## End(Not run)

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