Go to one of the web pages of the Free Brazilian Repository for Open Soil Data (FEBR), including project and dataset web pages.
goto(data.set, page)
data.set | (optional) Character vector indicating a single data set. |
---|---|
page | (optional) Character string indicating a web page of the FEBR. Options are:
|
Alessandro Samuel-Rosa alessandrosamuelrosa@gmail.com
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") }