Learn R Programming

fasterRaster (version 8.4.1.0)

.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)

Value

Character.

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")).