Reprex student practice- don't reply

use mpg in stead of mpga:

library(tidyverse)
ggplot(data = mtcars, 
       mapping = aes(x = cyl, y = mpg)) +
  geom_col()