Singapore Schools

This webpage is mapping few of the primary schools in Singapore.

The resources used:

the primary school map

PrimarySchools %>%
  leaflet() %>%
  addTiles() %>%
  addMarkers(popup=PrimarySchoolsSites, clusterOptions = markerClusterOptions())
## Assuming "lng" and "lat" are longitude and latitude, respectively