Exercise 5
For this exercise, you will be working with the surveys.csv data set.
surveys.csv into R using read.csv() and assign it to an object called surveys.group_by() and summarize() functions to get a count of the number
of individuals with each species ID.group_by() and summarize() functions to get a count of the number
of individuals with each species ID in each year.filter(), group_by(), and summarize() functions to get the mean
mass of species with species_id equals to DO in each year.