#' @importFrom dplyr distinct
summarise_map_data <- function(data){
data %>%
distinct(departement, commune, precision, ID, longitude, latitude,
ordre, colorOrdre, espece, nom_vernaculaire, color)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.