Instructions
- Create a web page using R Markdown that features a map created wih Leaflet.
- Host your webpage on either GitHub Pages,RPubs or NeoCities.
Submission
- I created an interactive map with a pin.
library(leaflet)
## Warning: package 'leaflet' was built under R version 3.6.1
myMap <- leaflet() %>% addTiles() %>% addMarkers(lng=174.768,lat=-36.852,popup = "Princes Street")
myMap
Review Criteria
The rubric contains the following 2 questions.
- Does the webpage feature a date and this date less than 2 months before the date you are grading this assignment?
- Does the webpage feature an interactive map that appears to have been created with Leaflet?