View source: R/install_extensions.R
install_extensions | R Documentation |
Some functions in the rdwplus
package rely on GRASS extensions that need to be installed prior to use. This function installs those extensions.
install_extensions()
This function has no arguments. Simply run it and it will install a pre-set list of GRASS extensions.
Currently, the GRASS extension required are r.stream.snap
, r.stream.distance
, and r.wateroutlet.lessmem
.
Nothing.
# Will only run if GRASS is running
if(check_running()){
install_extensions()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.