rsaga.html.help: HTML help on a SAGA module or library
Description
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.
name of the SAGA library, or one of the rsaga. module functions such as rsaga.hillshade()
module
name or numeric identifier of SAGA module in library lib; module=NULL takes you to the main help page of the SAGA library lib
use.program.folder
logical; if TRUE (the default), attempt to write SAGA GIS documentation to a "help" subfolder of env$path; the "help" folder is created if it doesn't exist. If FALSE, create SAGA GIS documentation files in this R session's temporary folder as obtained using tempdir()
env
a SAGA geoprocessing environment as created by rsaga.env()