My Location

Jennifer Tsou

May 2nd,2018

Introduction

This is an Coursera project defined as follow= “Create a web page using R Markdown that features a map created with Leaflet.

Host your webpage on either GitHub Pages, RPubs, or NeoCities.

Your webpage must contain the date that you created the document, and it must contain a map created with Leaflet. We would love to see you show off your creativity!"

May 2nd, 2018

library(leaflet)

my_map =  leaflet() %>%
        addTiles()
my_map = my_map %>%
        leaflet() %>%
        addTiles()%>% addMarkers(lat=37.695888, lng= -122.459389, popup="My Location")
my_map