Load CPR Data

pr_get_CPRData(Type = "P", 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 long form

Examples

df <- pr_get_CPRData(Type = "P", Variable = "abundance", Subset = "raw")