#Installing and Loading packages
#install.packages("leaflet")
library(leaflet)
#install.packages("shiny")
library(shiny)
#install.packages("miniUI")
library(miniUI)
library(dplyr)
##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
#Creating leaflet with Custom Markers
#Creating leaflet with Mapped Clusters
#Creating leaflet with Drawn Circles around various Penn State affiliated Buildings
## Assuming "lng" and "lat" are longitude and latitude, respectively