if (FALSE) {
library(AirMonitor)
# Fail gracefully if any resources are not available
try({
monitor_loadDaily() %>%
monitor_filter(stateCode %in% CONUS) %>%
monitor_leaflet()
}, silent = FALSE)
}
Run the code above in your browser using DataLab