Guidelines

Create a web page using R Markdown that features a map created with Leaflet.

Your webpage must contain the date that you created the document, and it must contain a map created with Leaflet.

#install.packages("leaflet")
library(leaflet)
## Warning: package 'leaflet' was built under R version 4.0.5