run = FALSE
if (run) {
# automatic retrieval of the GRASS7 enviroment settings
paramGRASSx()
# typical stand_alone installation
paramGRASSx("/usr/bin/grass72")
# typical user defined installation (compiled sources)
paramGRASSx("/usr/local/bin/grass72")
}
Run the code above in your browser using DataLab