# NOT RUN {
## see what sites are available
# }
# NOT RUN {
meta <- importMeta("aqe")
# }
# NOT RUN {
## import all pollutants from York Fulford Road
# }
# NOT RUN {
yk16 <- importAQE(site = "yk16", year = 2010:2018)
# }
# NOT RUN {
## return meta data also
# }
# NOT RUN {
yk16 <- importAQE(site = "yk16", year = 2018, meta = TRUE)
# }
# NOT RUN {
## import all pollutants from two sites for 2018
# }
# NOT RUN {
all <- importAQE(site = c("yk13", "yk16"), year = 2018)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab