ggplot(data, aes(x=col1))+# Only one variable specifiedgeom_point()# Error: geom_point requires the following missing aesthetics: y# Run `rlang::last_error()` to see where the error occurred. As you can see, the RStudio console has returned the “Error: geom_point requires the follo...