Per my understanding, ggplot2 is part of the tidyverse package.
If, after installing tidyverse, I load it through library(), then do I need to also load individual packages such as ggplot2 as well?
I've seen my Coursera instructor load the entire tidyverse and sometimes just individual packages.
Also, I noticed some arguments need to be enclosed in quotes while others do not. For example, install.packages() needs "", but library() doesn't.
Is there a list which shows which arguments need to be enclose in quotation marks that I can refer to?