.workDir,GLocation-method: Get a GLocation's working directory
Description
This function returns the working directory of a GLocation
object.
Usage
# S4 method for GLocation
.workDir(x)# S4 method for missing
.workDir(x)
Arguments
- x
A GLocation
object or missing. If an object, returns the working folder in which the object is saved by GRASS. If missing, then just returns the working folder (same as faster("workDir")
).