Week-2 Assignment
Thiha Naung
1/17/2022
library(leaflet) map <- leaflet() %>% addTiles() map <- addMarkers(map, lat=22.108146,lng=95.14) map