servers {rerddap} | R Documentation |
ERDDAP™ server URLS and other info
Description
ERDDAP™ server URLS and other info
Usage
servers(...)
Arguments
... |
curl options passed on to crul::verb-GET |
Value
data.frame with 3 columns:
name (character): ERDDAP™ name
url (character): ERDDAP™ url
public (logical): whether it's public or not
Examples
## Not run:
servers()
## End(Not run)
[Package rerddap version 1.2.1 Index]