browse {rerddap}R Documentation

Browse a dataset webpage.

Description

Note that it is an error to call this when base::interactive() returns FALSE

Usage

browse(x, url = eurl(), ...)

Arguments

x

datasetid or an object associated with a datasetid such info, griddap or tabledap

url

A URL for an ERDDAP server. Default: https://upwell.pfeg.noaa.gov/erddap/

...

Further args passed on to BROWSE (must be a named parameter)

Value

the value returned by BROWSE

Author(s)

Ben Tupper btupper@bigelow.org

Examples

## 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)

[Package rerddap version 0.4.2 Index]