[Deprecated]

pr_get_PlanktonInfo() was deprecated in planktonr 0.7.0 in favour of pr_get_info() which provides a unified interface for both plankton taxonomic information and survey policy information.

pr_get_PlanktonInfo(Type = "Zooplankton")

Arguments

Type

The type of plankton: "Phytoplankton" or "Zooplankton" (also accepts "P", "Z", "Phyto", "Zoop")

Value

A dataframe with taxonomic and trait information.

See also

pr_get_info() for the preferred interface

Examples

if (FALSE) { # \dontrun{
# Instead of:
zoo_info <- pr_get_PlanktonInfo(Type = "Zooplankton")

# Use:
zoo_info <- pr_get_info(Source = "Zooplankton")
} # }