Is there a way (better in R not to download any additional datasets) how to make polygon (or more visible country borders) in leaflet
Using simple code
m = leaflet() %>%
addProviderTiles("CartoDB.Positron") %>%
addCircles(lat=15,lng=18, radius = 300, color = "blue")
m