powered by
Some functions in the rdwplus package rely on GRASS extensions that need to be installed prior to use. This function installs those extensions.
rdwplus
install_extensions()
Nothing.
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.
r.stream.snap
r.stream.distance
r.wateroutlet.lessmem
# Will only run if GRASS is running if(check_running()){ install_extensions() }
Run the code above in your browser using DataLab