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

Examples

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