This webpage contains the date that the document was created, and it contains a map created with Leaflet.

Date 07-29-24

#lake
lake <- makeIcon(
  iconUrl = 'https://en.wikipedia.org/wiki/Jacqueline_Kennedy_Onassis_Reservoir#/media/File:Jacqueline_Kennedy_Onassis_Reservoir.jpg',
  iconWidth = 75, 
  iconHeight = 75
)

cp <- leaflet() %>%
  addTiles() %>%
  setView(lng = -73.9656, lat = 40.7826, zoom = 15) %>%
  addMarkers(lng = -73.9639, lat = 40.7857, popup ="Jacqueline Kennedy Onassis Reservoir")
cp