rsaga.html.help | R Documentation |
This function opens SAGA's HTML documentation for the specified library or module. Works with SAGA GIS 2.1.0(+), for earlier versions a web page with the SAGA GIS wiki is displayed.
rsaga.html.help(
lib,
module = NULL,
use.program.folder = TRUE,
env = rsaga.env(),
...
)
lib |
name of the SAGA library, or one of the |
module |
name or numeric identifier of SAGA module in library |
use.program.folder |
logical; if |
env |
a SAGA geoprocessing environment as created by |
... |
additional arguments to |
Requires SAGA GIS 2.1.0(+), with earlier versions use rsaga.get.usage()
.
Returns nothing
rsaga.get.usage()
, rsaga.geoprocessor()
, rsaga.env()
## Not run:
# Requires SAGA GIS 2.1.0+:
rsaga.html.help("io_grid")
rsaga.html.help("io_grid",0)
rsaga.html.help("io_grid","Import ESRI Arc/Info Grid")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.