Download a copy of the
Portal Teaching Database surveys table
and load it into R using read.csv()
.
group_by()
and summarize()
functions to get a count of the number
of individuals in each species ID.group_by()
and summarize()
functions to get a count of the number
of individuals in each species ID in each year.filter()
, group_by()
, and summarize()
functions to get the mean
mass of species DO
in each year.