Load NRS station Data

pr_get_NRSData(Type = "phytoplankton", Variable = "abundance", Subset = "raw")

Arguments

Type

The data of interest: Phytoplankton or Zooplankton

Variable

Variable options are: abundance or biovolume (phytoplankton only)

Subset

Data compilation. Full options are below.

Value

A dataframe with requested plankton data in wide form

Details

nrs_phytoplankton_abundance_raw_data nrs_phytoplankton_abundance_htg_data nrs_phytoplankton_abundance_genus_data nrs_phytoplankton_abundance_species_data

nrs_phytoplankton_biovolume_raw_data nrs_phytoplankton_biovolume_htg_data nrs_phytoplankton_biovolume_genus_data nrs_phytoplankton_biovolume_species_data

nrs_zooplankton_abundance_copepods_data nrs_zooplankton_abundance_non_copepods_data nrs_zooplankton_abundance_genus_data nrs_zooplankton_abundance_htg_data nrs_zooplankton_abundance_raw_data

Examples

df <- pr_get_NRSData(Type = "phytoplankton", Variable = "abundance", Subset = "raw")