pr_get_NRSTrips() was deprecated in planktonr 0.7.0 in favour of
pr_get_trips() which provides a unified interface for both NRS and CPR
trip metadata.
pr_get_NRSTrips()A dataframe with NRS trip information.
pr_get_trips() for the preferred interface
if (FALSE) { # \dontrun{
# Instead of:
dat <- pr_get_NRSTrips()
# Use:
dat <- pr_get_trips(Survey = "NRS")
} # }