.workDir,GLocation-method {fasterRaster}R Documentation

Get a GLocation's working directory

Description

This function returns the working directory of a GLocation object.

Usage

## S4 method for signature 'GLocation'
.workDir(x)

## S4 method for signature '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")).

Value

Character.


[Package fasterRaster version 8.4.1.0 Index]