[Deprecated]

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

pr_get_NRSMicro(Survey = "NRS")

Arguments

Survey

Survey: "NRS", "Coastal", or "GO-SHIP"

Value

A dataframe with microbial data.

See also

pr_get_data() for the preferred interface

Examples

if (FALSE) { # \dontrun{
# Instead of:
dat <- pr_get_NRSMicro(Survey = "GO-SHIP")

# Use:
dat <- pr_get_data(Survey = "GO-SHIP", Type = "Micro")
} # }