Description Usage Arguments Value Author(s) Examples
View source: R/aqer_file_list.R
Function to get remote file lists containing Air Quality e-Reporting (AQER) observational data.
1 2 3 4 5 6 7 8 9  | 
country | 
 Country code to filter file list to.  | 
pollutant | 
 Pollutant code to filter file list to.  | 
start | 
 Start year to filter file list to.  | 
end | 
 End year to filter file list to.  | 
station | 
 Station code to filter file list to.  | 
source | 
 What data source should be used? Can be either   | 
verbose | 
 Should the function give messages?  | 
Character vector.
Stuart K. Grange
1 2 3 4 5 6 7 8  | # Get all swiss files
aqer_file_list(country = "ch")
# Get all validated/reported for Switzerland
aqer_file_list(country = "ch", source = "e1a")
# Get all uk files for 2018
aqer_file_list(country = "gb", start = 2018, end = 2018)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.