find_grass | R Documentation |
Locates a grass installation in common locations on Mac, Windows, and Linux. This is normally run automatically when the package is loaded. If multiple installations are present, then we preferably take whichever version is called "grass" and is in the users PATH. If that doesn't work, we look for grass80, grass78, grass76, and grass74 in the path, in that order.
find_grass()
In some (many?) cases, this function will fail to find a grass installation, or users may wish
to specify a different version than what is detected automatically. In these cases, it is
possible to manually specify the grass location using options(gisBase = "path/to/grass")
.
The path to the user's grass location, or NULL if not found
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.