man {rgrassdoc} | R Documentation |
View a 'GRASS GIS' module manual page
Description
Visualize a 'GRASS GIS' module manual page either in the RStudio viewer pane or in your browser.
Usage
man(module, viewer = .Options$grass.viewer, dir = tempdir())
browse(module, viewer = "browser", dir = tempdir())
Arguments
module |
(Character string, or simply the name of a 'GRASS GIS' module)
The function supports non standard evaluation (i.e. |
viewer |
(Character string) One of |
dir |
(Character string) The directory in which to store the cached
documentation (default to |
Value
This function does not return anything and is used for its side effects.
Examples
## Not run:
man("r.in.gdal")
browse(r.reclass)
## End(Not run)
[Package rgrassdoc version 1.0.0.9000 Index]