# NOT RUN {
library(leaflet)
leaflet() %>%
addTiles() %>%
addMapkeyMarkers(data = breweries91,
icon = makeMapkeyIcon(icon = "mapkey",
iconSize = 30,
boxShadow = FALSE,
background = "transparent"),
group = "mapkey",
label = ~state, popup = ~village)
# }
Run the code above in your browser using DataLab