# Introduction to R Programming for Excel UsersGitHub Repository for the 05/03/2017 Meetup titled "Introduction to R Programming for Excel Users". First held in [Redmond, WA](https://www.meetup.com/data-science-dojo/events/239049571/).These materials make extensive use of Kaggle's [Titanic: Machine Learning from Disaster](https://www.kaggle.com/c/titanic) training dataset for data wrangling, analysis, and visualization examples.Additionally, the following are required to use the files for the Meetup:*[Microsoft Excel](www.microsoftstore.com/Excel)*[The R programming language](https://cran.rstudio.com/)*[RStudio](https://www.rstudio.com/products/rstudio/download/)* The following R packages: [ggplot2](https://cran.r-project.org/web/packages/ggplot2/index.html) and [dplyr](https://cran.r-project.org/web/packages/dplyr/index.html).