if (grassStarted()) {
# Does the addons folder exist?
ao <- addons(fail = "warning")
if (ao) print("Addons is folder is probably correctly specified.")
# Does this particular module exist?
addon <- "v.centerpoint"
exten <- addons(addon, fail = FALSE)
if (exten) print("Extension `v.centerpoints` is installed.")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.