A collection of data, functions, reports, and a custom r markdown template related to the Chicago R User Group (CRUG). These include:
-
pizza_estimate: Function to estimate your meetup pizza order. -
intro_slides: Function to creates an ioslides R Markdown template, with default CRUG content. -
meetup_import: Function to import, clean, and format data manually downloaded from meetup.com's member list page. -
member_list: RData file downloaded from meetup.com/ChicagoRUG and cleaned withmeetup_import. Personally identifiable information (PII) removed, data formated and ready for analysis. -
new_mem_counter: Function generates sum of new members joined between each meetup. Works withdata.framecreated bymeetup_importfunction.
Please see the package companion site
for full documentation and the Introduction to RUGtools vignette.
Install from the Github master branch.
devtools::install_github("Chicago-R-User-Group/RUGtools")