Code highlighting

Line by line

library(ggplot2)
mtcars |>
  ggplot(aes(mpg, disp)) +
  geom_point()