R/utils.R
pr_get_SpeciesInfo.Rdpr_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")A dataframe of species information
pr_get_info() for the preferred interface
if (FALSE) { # \dontrun{
# Instead of:
dat <- pr_get_SpeciesInfo(Type = "Phytoplankton")
# Use:
dat <- pr_get_info(Source = "Phytoplankton")
} # }