This is where I live
leaflet
library(leaflet)
leaflet() |>
addTiles() |>
addMarkers(lat=-17.8625074,lng=31.1127107,popup="My current location")
library(leaflet)
leaflet() |>
addTiles() |>
addMarkers(lat=-17.8625074,lng=31.1127107,popup="My current location")