R Markdown

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

## Warning: package 'ggplot2' was built under R version 3.4.3
## Google Maps API Terms of Service: http://developers.google.com/maps/terms.
## Please cite ggmap if you use it: see citation("ggmap") for details.
## Source : https://maps.googleapis.com/maps/api/staticmap?center=14.6532,121.066&zoom=17&size=640x640&scale=2&maptype=terrain&language=en-EN

library(leaflet.extras)
limitless2 <- leaf %>%
        addProviderTiles("OpenStreetMap.Mapnik") %>%
        addPulseMarkers(lng = 121.0682, lat = 14.6515,
                        label= "limitless",
                        icon = makePulseIcon(heartbeat = 0.5)) %>%
        addMarkers(lng = 121.0651, lat = 14.65517,
                   popup="Oblation")
limitless2