R/utils_nrs.R
pr_get_NRSData.Rd
Load NRS station Data
pr_get_NRSData(Type = "Phytoplankton", 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 wide form
df <- pr_get_NRSData(Type = "Phytoplankton", Variable = "abundance", Subset = "raw")