library(tidyverse)
library(scales)
<- read_csv("https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2020/2020-02-11/hotels.csv") hotels
Grammar of data wrangling
Application exercise
Recreate the visualization from the slides.
# add code here