PsyTeachR FQA Ch. 6

package

A group of R functions.

tibble

A container for tabular data with some different properties to a data frame

long

Data where each observation is on a separate row

wide

Data where all of the observations about one subject are in the same row

pipe

A way to order your code in a more readable format using the symbol %>%

function

A named section of code that can be reused.

data wrangling

The process of preparing data for visualisation and statistical analysis.

tidy data

A format for data that maps the meaning onto the structure.

inner join

A mutating join that returns all the rows that have a match in the other table.

The end!