pr_get_CSChem() was deprecated in planktonr 0.7.0 in favour of
pr_get_data() which provides a unified interface for all data types.
pr_get_CSChem()A dataframe with Coastal Seas chemistry data.
pr_get_data() for the preferred interface
if (FALSE) { # \dontrun{
# Instead of:
dat <- pr_get_CSChem()
# Use:
dat <- pr_get_data(Survey = "Coastal", Type = "Chemistry")
} # }