class: center, middle, inverse, title-slide .title[ # Big Recap! ] .author[ ### Justin Post ] --- layout: true <div class="my-footer"><img src="data:image/png;base64,#img/logo.png" style="height: 60px;"/></div> --- # What do we want to be able to do? .left45[ Data Science! - Read in raw data and manipulate it - Combine data sources - Summarize data to glean insights - Apply common analysis methods - Communicate Effectively ] .right45[ - Git/GitHub/R Projects - Quarto - BaseR Data Structures - Control Flow - Writing Functions - Tidyverse + Reading in Data + Manipulating Data/SQL basics - EDA ] --- # Where To Now?!? - Look at other really useful R related programming techniques - Learn R Shiny - Get the basics of Predictive Modeling & Machine Learning - Understand how containerization can be useful and how to do it at a basic level