R/data.R

#' GRASS 7.8 modules names and descriptions
#'
#' A dataset containing the names and descriptions of all GRASS 7.8 modules
#' and addons, scraped from the GRASS manual full index page.
#'
#' @format A data frame with 528 rows and 2 columns.
#' \describe{
#'   \item{name}{character, module name}
#'   \item{description}{character, module description}
#'   \item{addon}{logical, whether the module is an addon}
#' }
#'
#' @source
#' \url{https://grass.osgeo.org/grass78/manuals/full_index.html}
#' \url{https://grass.osgeo.org/grass78/manuals/addons/}
"grassmodules78"

Try the rgrassdoc package in your browser

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

rgrassdoc documentation built on March 16, 2021, 5:12 p.m.