Instructions

Submission

library(leaflet)
## Warning: package 'leaflet' was built under R version 3.6.1
showMap <- leaflet()%>%addTiles()%>%setView(lng = -79.502795,lat = 43.773368,zoom = 16)%>%
  addMarkers(lng =-79.502795,lat=43.773368,popup = "York University")
showMap

Review Criteria

The rubric contains the following 2 questions.