Nothing
export_pdf <-
function(map,chemin,nomFichier)
{
url <- gsub("\\\\", "/", tempfile(fileext = ".html"))
htmlwidgets::saveWidget(widget = map,
file = url)
webshot::webshot(url = url,
file = paste0(chemin,"/",nomFichier,".pdf"))
}
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.