Part 3: `ggplot2`, factors, boxplots, `dplyr`: subsetting using `filter()`/`select()`

Required

ggplot2

dplyr

Optional

Customizing ggplot2

If you are interested in learning more about ggplot:

Using tidyselect (Intermediate Level)

Remember, select() works on columns.

tidyselect lets you select columns by matching names. In conjunction with the across() command, you can apply the same operation to multiple columns at once. This is especially handy when you need to produce a summary on all numeric columns.

You can run the tidyselect tutorial by running the code in your Rstudio cloud console:

library(tidyowl)
learn_tidyselect()