Question: Open RStudio. Create a new project (File -> New Project). Select New Directory. Select New Project. Name the directory Lab6. Change the project's path/subdirectory, if



Open RStudio. Create a new project (File -> New Project). Select New Directory. Select New Project. Name the directory Lab6. Change the project's path/subdirectory, if necessary. Click the Create Project button. Be sure to use the following to load the tidyverse: library(tidyverse) This lab will use the diamonds sample dataset. This dataset contains information on some 50,000+ diamonds including attributes like price, cut, and carats. For more information, use help("diamonds") in RStudio. After loading the tidyverse with the command above, enter diamonds to display the first few rows of the data frame. > diamonds # A tibble: 53,940 x 10 carat cut color clarity depth table price X y Z
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
