Created
October 24, 2020 14:12
-
-
Save addiversitas/10a9c3fa1abff3fafc768d92a788ed1c to your computer and use it in GitHub Desktop.
basic leaflet map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(leaflet) | |
leaflet() %>% setView(lng = 16.36, lat = 48.21, zoom = 10) %>% addTiles() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment