R/workDir.r

#' Get a GLocation's working directory
#'
#' @description This function returns the working directory of a `GLocation` object.
#'
#' @param x A `GLocation` object.
#'
#' @returns Character.
#'
#' @aliases .workDir
#' @rdname workDir
#' @exportMethod .workDir
#' @keywords internal
methods::setMethod(
	f = ".workDir",
	signature = c(x = "GLocation"),
	function(x)	x@workDir
)
adamlilith/fasterRaster documentation built on Oct. 26, 2024, 4:06 p.m.