Task

As part of Module 9 Creating Data Products for the Coursera Data Science Specialisation the following task was required to complete week 2: Create the web page feature an interactive map created with Leaflet.

Methodology

Interactive_Map <- AFBI_TWITTER[,c("lat","lon")] %>%
  leaflet() %>%
  addTiles() %>%
  addMarkers(clusterOptions = markerClusterOptions())

Discussion

Disclaimer

The views and outputs of are that of the author.