A group of R functions.
Data in a rectangular table format, where each row has an entry for each column.
A container for tabular data with some different properties to a data frame
A way to order your code in a more readable format using the symbol %>%
The kind of data represented by an object.
The pane in RStudio where you can type in commands and view output messages.
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
A named section of code that can be reused.
A type of data structure that collects values with the same data type, like T/F values, numbers, or strings.
A section of code in an R Markdown file
Research that documents all of the steps between raw data and results in a way that can be verified.
A data point that is extremely distant from most of the other data points
The process of preparing data for visualisation and statistical analysis.
The end!