This is a week 2 Peer-Graded project. Creating a web page using R Markdown that features a map created with Leaflet.
Create a leaflet map object.

library(leaflet)
map <- leaflet() %>% addTiles()

Different Manipal Engineering colleges in India:
01) Manipal University, Manipal.
02) sikkim Manipal University, Sikkim.
03) Jaipur Manipal University, Jaipur.
The Map below will show the location of the different branches of Manipal University across India.