library(leaflet) my_map <- leaflet() %>% addTiles() my_map <- my_map %>% addMarkers(lat=46.280418, lng= -119.2752, popup="My Office") my_map