searchGRASSX | R Documentation |
Searches recursively for valid 'GRASS GIS' installations at a given 'Linux' mount point. Returns attributes for each installation.
searchGRASSX(MP = "/usr/bin", quiet = TRUE)
MP |
default is /usr. This is the directory from which the grass executable file is searched, i.e. one executable for each GRASS installation on the system. |
quiet |
boolean. switch for suppressing console messages default is TRUE |
data frame containing 'GRASS GIS' binary folder(s) (i.e. where the individual GRASS commands are installed), version name(s) and installation type code(s)
Chris Reudenbach
## Not run:
# get all valid 'GRASS GIS' installation folders in the /usr/bin directory (typical location)
searchGRASSX('/usr/bin')
# get all valid 'GRASS GIS' installation folders in the home directory
searchGRASSX('~/')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.