R/utils.R
pr_get_PlanktonInfo.Rdpr_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")A dataframe with taxonomic and trait information.
pr_get_info() for the preferred interface
if (FALSE) { # \dontrun{
# Instead of:
zoo_info <- pr_get_PlanktonInfo(Type = "Zooplankton")
# Use:
zoo_info <- pr_get_info(Source = "Zooplankton")
} # }