Instructions

Submission

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.