My Leaflet Map

This webpage was created using R Markdown and Leaflet.

Date: 2026-07-21

leaflet() %>%
  addProviderTiles("CartoDB.Positron") %>%
  addMarkers(
    lng = 12.4964,
    lat = 41.9028,
    popup = "Rome, Italy"
  )