The following are the activity solutions for this chapter.
Chapter 1: Introduction to R
Activity: Installing the Tidyverse Packages
- Open the project we created in the subtopic Using R and RStudio called IntroToDSwRCourse. You will see the following screen:
- Create another new R script, using either File | New File | R Script, or by clicking the top - left button that looks like a piece of white paper with a green arrow over it, and selecting R Script.
- In the new script, type install.packages("tidyverse") and click Run, or use Ctrl + Enter. You should now see something along the lines of the following screenshot in the console. Also, if you scroll through the packages in the lower right corner, Tidyverse will now...