Nothing
modif_blocleg <-
function(nomcouche,idcouche)
{
blocleg<-balises_qgis()[[3]]
modifs=data.frame(c("NOMDELACOUCHE","ID_COUCHE"),stringsAsFactors=F)
modifs[1,2]=nomcouche
modifs[2,2]=idcouche
modifs[,2]=as.character(modifs[,2])
qgs=modification(blocleg,modifs)
return(qgs)
}
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.