powered by
This set of function can be used to get the version used by the package or to set the desired version.
man_set_version(version = 7.8)man_get_version()
man_get_version()
[Double] The desired version of GRASS (7.8, 7.9, etc...)
The function `man_get_version` will return the currently set version, and `man_set_version` will do so invisibly.
# NOT RUN { man_set_version(7.9) man_get_version() # }
Run the code above in your browser using DataLab