View source: R/nsqip_clean_data.R
nsqip_clean_data | R Documentation |
This function is designed to perform routine data cleaning routines when using the raw NSQIP data. Cleaning functions include missing data recoding, variable categorization/dichotomization, converting string entries to usable formats, and changing variable classes. This function outputs a cleaned dataframe and variable summary.
nsqip_clean_data(dataset = dat)
dataset |
the filtered and merged NSQIP data frame outputted by the "nsqip_subset_pufs" function |
NOTE: This function contains the sub-function update_label() to change variable labels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.