2023-09-07
Presentations by Tom Mock
library(tidyverse)
This code computes the answer to one plus one, change it so it computes two plus two:
mtcars %>% ggplot(aes(x = mpg, y = disp)) + geom_point()
Thank you!