Date

This Document was created on: 2025-04-10

The interactive Map with Leaflet

Please follow the interactive map created with the package leaflet on R:

leaflet() %>%
  addTiles() %>%
  addMarkers(lng = -99.1332, lat = 19.4326, popup = "Hello from Mexico-City!!")