Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.