This function provides the first and last dates for which data is available for an ERDDAP data set.
Value
This function outputs a string vector, with the first element being the start date and the last element being the end date.
Examples
if (FALSE) { # \dontrun{
get_dates(rerddap::info('jplMURSST41mday'))
} # }