reading data and looking at an overview is just better with glimpse()than the usual str()

what is ggplot

*ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.*

basic elements