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.
See also
pr_get_trips() for the preferred interface
Examples
if (FALSE) { # \dontrun{
# Instead of:
dat <- pr_get_NRSTrips()
# Use:
dat <- pr_get_trips(Survey = "NRS")
} # }