make_final_data: A function wrapper that takes the cleaned dues and demo data...

View source: R/make_final_data.R

make_final_dataR 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.

Description

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.

Usage

make_final_data(demo, dues, staff)

Arguments

demo

a tibble of demo data. The output from make_demo_data()

dues

a tibble of dues data. The output from make_dues_data()

Value

a tibble of SIOP members for the current year.

Examples

#final_data <- make_final_data(demo = demo, dues = dues, staff = staff)

SzarR/medusa documentation built on Feb. 7, 2024, 11:36 p.m.