man_set_version {rgrassdoc} | R Documentation |
Access or modify the active GRASS doc version
Description
This set of function can be used to get the version used by the package or to set the desired version.
Usage
man_set_version(version = 7.8)
man_get_version()
Arguments
version |
[Double] The desired version of GRASS (7.8, 7.9, etc...) |
Value
The function 'man_get_version' will return the currently set version, and 'man_set_version' will do so invisibly.
Examples
man_set_version(7.9)
man_get_version()
[Package rgrassdoc version 1.0.0.9000 Index]