open a R session
if (!requireNamespace("devtools", quietly = TRUE)) { install.packages("devtools") }
library(devtools)
devtools::install_github("Grelot/geogendivr")
library(geogendivr)
A tutorial using ready-to-use data is available as a vignette here :
https://rpubs.com/peguerin/geogendivr_reeflifesurvey_demo
Faire son propre package :
https://towardsdatascience.com/step-by-step-guide-to-creating-r-and-python-libraries-e81bbea87911
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.