Developing Data Products-Week 2-Assignment

My First Map

Let’s create a map that shows the Tour Eiffel in Paris.

To do that, let’s first load the library Leaflet.

library(leaflet)

Create the map of Paris

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

Now if we click the blue icon on the map, it will display Eiffel Tour and the link.