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)

rerddap documentation built on April 3, 2025, 6:11 p.m.