View source: R/make_final_data.R
make_final_data | R Documentation |
A function wrapper that takes the cleaned dues and demo data and merges it, and cleans by SID, and finalizes a cleaned dataset ready for further analysis.
make_final_data(demo, dues, staff)
demo |
a tibble of demo data. The output from make_demo_data() |
dues |
a tibble of dues data. The output from make_dues_data() |
a tibble of SIOP members for the current year.
#final_data <- make_final_data(demo = demo, dues = dues, staff = staff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.