goto: Go to the Data Repository of the Brazilian Soil

View source: R/goto.R

gotoR Documentation

Go to the Data Repository of the Brazilian Soil

Description

Visit the web assets of the Data Repository of the Brazilian Soil.

Usage

goto(data.set, page)

Arguments

data.set

(optional) Character vector indicating a (unique) dataset whose metadata web page you wish to visit.

page

(optional) Character string indicating a web page of the Data Repository of the Brazilian Soil, with options:

  • "febr": FEBR main web page,

  • "dictionary": FEBR data dictionary and vocabulary,

  • "forum": FEBR public forum at Google Groups,

  • "github": febr package source code repository on GitHub,

  • "index": FEBR data set index,

  • "search": data set search web page,

  • "package": febr package on CRAN,

  • "template": FEBR spreadsheet template on Google Sheets,

  • "units": units and conversion factors used in FEBR.

Value

Load a given URL into an HTML browser via utils::browseURL().

Author(s)

Alessandro Samuel-Rosa alessandrosamuelrosa@gmail.com

See Also

utils::browseURL()

Examples

if (interactive()) {
# Go to the FEBR web page
goto(page = "febr")

# Go to the data set index
goto(page = "index")

# Go to the GitHub repository
goto(page = "github")
}

febr documentation built on March 18, 2022, 5:57 p.m.