get_dates: Get date range for an ERDDAP data set

View source: R/calculate_data.R

get_datesR Documentation

Get date range for an ERDDAP data set

Description

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

Usage

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

## Not run: 
get_dates(rerddap::info('jplMURSST41mday'))

## End(Not run)


marinebon/nms4r documentation built on April 23, 2023, 6:09 p.m.