R/g.region.r

Defines functions .g.region

Documented in .g.region

#' Call GRASS `g.region` module
#'
#' This function calls the **GRASS** module `g.region` to display information on the region of the current **GRASS** "project".
#'
#' @returns Displays current region information for the active "project/location" in **GRASS**.
#'
#' @export
#' @keywords internal
.g.region <- function() {
	out <- rgrass::execGRASS("g.region", flags = "p", intern = TRUE)
	out
}

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.