The pane in RStudio where you can type in commands and view output messages.
Research that documents all of the steps between raw data and results in a way that can be verified.
A data structure that contains R objects such as variables and functions
Comma-separated variable: a file type for representing data where each variable is separated from the next by a comma.
A group of R functions.
The process of preparing data for visualisation and statistical analysis.
A mutating join that returns all the rows that have a match in the other table.
A set of R packages that help you create and work with tidy data
The extent to which the findings of a study can be repeated with new samples from the same population.
A word that identifies and stores the value of some data for later use.
The symbol <-, which functions like = and assigns the value on the right to the object on the left
Statistics that describe an aspect of data (e.g., mean, median, mode, variance, range)
The end!