| browse {rerddap} | R Documentation |
Note that it is an error to call this when base::interactive()
returns FALSE
browse(x, url = eurl(), ...)
x |
datasetid or an object associated with a datasetid such
|
url |
A URL for an ERDDAP server. Default: https://upwell.pfeg.noaa.gov/erddap/ |
... |
Further args passed on to |
the value returned by BROWSE
Ben Tupper btupper@bigelow.org
## Not run:
# browse by dataset_id
browse('erdATastnhday')
# browse info class
my_info <- info('erdATastnhday')
browse(my_info)
# browse tabledap class
my_tabledap <- tabledap('erdCalCOFIfshsiz')
browse(my_tabledap)
## End(Not run)