library(leaflet) Bangalore <- c("<a href= 'https://en.wikipedia.org/wiki/Bangalore' >Bangalore</a>") leaflet() %>% addTiles() %>% addMarkers(lat=12.9716, lng=77.5946, popup = Bangalore)