browse: Open a browser window to display a Neotoma dataset within the...

Description Usage Arguments Value Author(s) References Examples

Description

Using a download or dataset object, open up a browser window in the users default browser. Passing a download_list or dataset_list will open Neotoma Explorer with the first object and return a warning.

Using a numeric value, download, download_list, dataset or dataset_list object, open up a browser window in the users default browser. Very large objects

Usage

1
browse(x)

Arguments

x

A numeric value, download, download_list, dataset or dataset_list object.

Value

Returns a NULL value, opens a browser.

Author(s)

Simon J. Goring simon.j.goring@gmail.com

References

Neotoma Project Website: http://www.neotomadb.org API Reference: http://api.neotomadb.org/doc/resources/sites

Examples

1
2
3
4
5
6
7
8
## Not run: 
# Where are the XRF data?

xrf.data <- get_dataset(datasettype='X-ray fluorescence (XRF)')
browse(xrf.data)


## End(Not run)

neotoma documentation built on May 2, 2019, 1:10 p.m.