Description Usage Arguments Value Author(s) See Also Examples
View source: R/aqer_metadata.R
Function to import Air Quality e-Reporting (AQER) metadata.
1  | aqer_metadata(file = NA, as_smonitor = FALSE)
 | 
file | 
 File name or URL of metadata file. Do not use for "live" version.  | 
as_smonitor | 
 Should the return be formatted for use within the 
  | 
Tibble.
Stuart K. Grange
1 2 3 4 5  | # Load aqer metadata
data_metadata <- aqer_metadata()
# Load aqer metadata and clean a bit
data_metadata_clean <- aqer_metadata(as_smonitor = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.