grassHelp | R Documentation |
This function opens the manual page for a GRASS module (function) in your browser.
grassHelp(x, online = FALSE)
x |
Character: Any of:
|
online |
Logical: If |
Nothing (opens a web page).
if (grassStarted() & interactive()) {
# Open help pages for `r.mapcalc` and `r.sun`:
grassHelp("r.mapcalc")
grassHelp("r.sun")
# GRASS table of contents:
grassHelp("toc")
# Index page:
grassHelp("index")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.