[Deprecated]

pr_get_SpeciesInfo() was deprecated in planktonr 0.7.0 in favour of pr_get_info() which provides a unified interface.

pr_get_SpeciesInfo(Type = "Zooplankton")

Arguments

Type

Phytoplankton (P) or Zooplankton (Z)

Value

A dataframe of species information

See also

pr_get_info() for the preferred interface

Examples

if (FALSE) { # \dontrun{
# Instead of:
dat <- pr_get_SpeciesInfo(Type = "Phytoplankton")

# Use:
dat <- pr_get_info(Source = "Phytoplankton")
} # }