- dplyr = Package in R that has many functions used for data analysis
- Filter = selects observations based on conditions
- Select = Chooses specific variables to keep or drop
- Mutate = Adds new variables or modifies existing ones
- Arrange = Sorts rows by values
- Summarize = creates summary statistics
- Group_by = Groups data by a variable
- Datasummary = Puts statistics in a pretty little table
- ggplot = depending on inside of code, yo can create different types of charts demonstrating data better
- geom_smooth = Visualizing a model based on CEF
- Kable = prettying up and output