R/utils_cpr.R
pr_get_CPRData.Rd
Load CPR Data
pr_get_CPRData(Type = "P", Variable = "abundance", Subset = "raw")
The data of interest: Phytoplankton or Zooplankton
Variable options are: abundance or biovolume (phytoplankton only)
Data compilation. Full options are below.
A dataframe with requested plankton data in long form
df <- pr_get_CPRData(Type = "P", Variable = "abundance", Subset = "raw")