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()

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)
#> GRASS GIS documentation - set to GRASS version 7.9
man_get_version()
#> [1] 7.9