#' 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
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.