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