Peer Graded Assignment: R-Markdown and Leaflet (instructions)

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!

Visiting San Franciso in 48-hours:

My web page creation with ‘Leaflet’ package infused in R programming language, designed to provide some detail source-based information for people who want to visit City of San Francisco. I think, if one knows the major attractions within the city limits, two days is good enough to enjoy all the fun places in San Francisco.

Simple map creating narrative:

Currently, I’m living in San Francisco, California. So I have decided to do this mapping project by portraying all major attractions within San Francisco city limits. First map, I pointed 12 most visited locations with name added to them. In ‘second map’ I pointed on those geo-location with circles based on most visited place with wider cirlces than lesser ones. In my ‘third map’ I added single web-link for each attractions to direct interested tourist for more detail information. In the final map I have drawn one large rectangle and one big circle on two most widely travelled location in San Francisco.

1. Major tourist attractions in San Francisco, CA

This map portrays a generalized view of all major public attractions with names included on location pointer.

## Warning: package 'leaflet' was built under R version 3.3.3

2. Drawing Circles around most widely travelled places in San Francisco

Larger circle means wider public influx on those locations.

## Assuming 'lng' and 'lat' are longitude and latitude, respectively

4. Drawing ‘Rectangles’ and a ‘Circle’ around two most visited area in SF

Most number of people visit this rectangle locations in San Francisco. The ‘Fisherman-wharf/Pier 39/Alcatraz’ public promenade. Second comes the ‘Crooked/Lombard Street’.

Conclusion:

I think these mapping detail would be good enough for anyone to make a two days tour plan for visiting San Franisco, California.