Coursera- Developing Data Products- Week 2 Assigment

My First Map

Let’s create a map that shows Meenakshi Amman Temple, that is located in Madurai

Load the library Leaflet

library(leaflet)
## Warning: package 'leaflet' was built under R version 3.5.2

Create the Map

my_map<-leaflet() %>%
addTiles()
my_map

Now on clicking the blue icon, it leads us to the official website of Meenakshi Amman Temple, Madurai.