eurl function

Default ERDDAP™ server URL

Default ERDDAP™ server URL

eurl()

Details

default url is https://upwell.pfeg.noaa.gov/erddap/

You can set a default using an environment variable so you don't have to pass anything to the URL parameter in your function calls.

In your .Renviron file or similar set a URL for the environment variable RERDDAP_DEFAULT_URL, like RERDDAP_DEFAULT_URL=https://upwell.pfeg.noaa.gov/erddap/

It's important that you include a trailing slash in your URL

Examples

eurl() Sys.setenv(RERDDAP_DEFAULT_URL = "https://google.com") Sys.getenv("RERDDAP_DEFAULT_URL") eurl() Sys.unsetenv("RERDDAP_DEFAULT_URL") eurl()
  • Maintainer: Roy Mendelssohn
  • License: MIT + file LICENSE
  • Last published: 2025-03-19