# NOT RUN {
# load leaflet package
library(leaflet)
# add basic style to map
leaflet() %>% addTargomoTiles(style = "basic")
# add dark blue style to map (without labels)
leaflet() %>% addTargomoTiles(style = "darkblue-nolabels")
# }
# NOT RUN {
# list Targomo Map Styles
targomoMapStyles()
# }
Run the code above in your browser using DataLab