Technical requirements
Once again, we will use the mtcars
dataset, from Motor Trends.
All the code used in this chapter can be found in the book’s GitHub repository: https://github.com/PacktPublishing/Data-Wrangling-with-R/tree/main/Part3/Chapter10.
The libraries in this chapter are as follows:
library(tidyverse) library(datasets) library(patchwork) data("mtcars")