Penguin Data Basics Select (dplyr)
If the file penguins.csv is not already in your working directory then download it into your working directory.
Load the data using read_csv() and use dplyr to complete the following tasks.
- Select the data from the
speciescolumn. - Select the data from the
islandandyear. - Select the data from the
species,bill_length_mm,bill_depth_mm, andbody_mass_gcolumns.