A group of R functions.
A container for tabular data with some different properties to a data frame
Data where each observation is on a separate row
Data where all of the observations about one subject are in the same row
A way to order your code in a more readable format using the symbol %>%
A named section of code that can be reused.
The process of preparing data for visualisation and statistical analysis.
A format for data that maps the meaning onto the structure.
A mutating join that returns all the rows that have a match in the other table.
The end!