Closed jack-davison closed 1 year ago
It'd be a useful QOL update to be able to write, for example:
importAURN(site = "my1", pollutant = "no2", data_type = "annual")
And get back only Marylebone road NO2 annual statistics.
At the moment you get everything back as pollutant/`` aren't honoured.
pollutant
This shouldn't be a big change. The only issue may relate to the default site being "my1", but we may get around this using missing().
site
missing()
Happy to take a look.
It'd be a useful QOL update to be able to write, for example:
And get back only Marylebone road NO2 annual statistics.
At the moment you get everything back as
pollutant
/`` aren't honoured.This shouldn't be a big change. The only issue may relate to the default
site
being "my1", but we may get around this usingmissing()
.Happy to take a look.