diff --git a/01-rstudio-intro.html b/01-rstudio-intro.html index 39249992..7011fe0c 100644 --- a/01-rstudio-intro.html +++ b/01-rstudio-intro.html @@ -784,7 +784,7 @@
One way of answering this question in R is to use the
>
to set up the following:
The following can be used as R variables:
We would use the following R code to install the ggplot2
package:
The correct answers are b and c. Answer a will install, not load, the ggplot2 package. Answer b will correctly load the ggplot2 package. Note @@ -1170,7 +1170,7 @@