tmapLeafletProviders = function(credits) {
if (credits) {
x = leaflet::providers.details
lapply(x, function(xi) {
xi$options$attribution
})
} else {
leaflet::providers
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.