[Deprecated]

pr_get_NRSTSS() was deprecated in planktonr 0.7.0 in favour of pr_get_data() which provides a unified interface for all data types.

pr_get_NRSTSS()

Value

A dataframe with NRS TSS data.

See also

pr_get_data() for the preferred interface

Examples

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

# Use:
dat <- pr_get_data(Survey = "NRS", Type = "TSS")
} # }