[Deprecated]

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()

Value

A dataframe with Coastal Seas chemistry data.

See also

pr_get_data() for the preferred interface

Examples

if (FALSE) { # \dontrun{
# Instead of:
dat <- pr_get_CSChem()

# Use:
dat <- pr_get_data(Survey = "Coastal", Type = "Chemistry")
} # }