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
)

Try the fasterRaster package in your browser

Any scripts or data that you put into this service are public.

fasterRaster documentation built on April 3, 2025, 10:44 p.m.