# NOT RUN {
library(leaflet)
leaflet() %>%
addMapkeyMarkers(data = breweries91,
icon = mapkeyIcons(
color = "red",
borderRadius = 0,
iconSize = 25))
# }
Run the code above in your browser using DataLab