version: Get ERDDAP version

View source: R/version.R

versionR Documentation

Get ERDDAP version

Description

Get ERDDAP version

Usage

version(url = eurl(), ...)

Arguments

url

A URL for an ERDDAP server. Default: https://upwell.pfeg.noaa.gov/erddap/ - See eurl() for more information

...

Curl options passed on to crul::verb-GET

Examples

## Not run: 
version()
ss <- servers()
version(ss$url[2])
version(ss$url[3])

## End(Not run)

ropensci/rerddap documentation built on Jan. 25, 2024, 6:36 p.m.