library(leaflet) my_map <- leaflet() %>% addTiles() %>% addMarkers(lat=11.614574,, lng=78.171207, popup="My job's place on 2020/06/04 5:16") my_map