R/utils_policy.R
pr_get_PolicyInfo.Rdpr_get_PolicyInfo() 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_PolicyInfo(Survey = "NRS", ...)A dataframe with policy information
pr_get_info() for the preferred interface
if (FALSE) { # \dontrun{
# Instead of:
dat <- pr_get_PolicyInfo("CPR")
# Use:
dat <- pr_get_info(Source = "CPR")
} # }