if (FALSE) {
library(MazamaLocationUtils)
# A table with all core metadata
table_leaflet(wa_monitors_500)
# A table missing some core metadata
table_leaflet(
wa_airfire_meta,
extraVars = c("stateCode", "countyName", "msaName")
)
# Customizing the map
table_leaflet(
wa_airfire_meta,
extraVars = c("stateCode", "countyName", "msaName"),
radius = 6,
color = "black",
weight = 2,
fillColor = "red",
fillOpacity = 0.3
)
}
Run the code above in your browser using DataLab