This function provides the first and last dates for which data is available for an ERDDAP data set.

get_dates(info)

Arguments

info

A rerddap::info() object.

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) {
get_dates(rerddap::info('jplMURSST41mday'))
}