Import Air Quality Site Metadata from Dataflow D
Source:R/import_eea_stations.R
import_eea_stations.RdImports data from the data flow D data viewer.
This is useful for binding onto datasets obtained using
get_eea_parquet_files() to assign monitoring data with relevant site
information. Metadata can be filtered by providing the countries and
cities arguments.
Arguments
- countries
A vector of country codes from
import_eea_countries(). IfNULL, data from all countries will be imported.- cities
A vector of cities in the given
countriesfromimport_eea_cities(). IfNULL, data from all cities in the givencountrieswill be imported.- ...
Not currently used; reserved for future functionality.
- .cache
This function works by installing a CSV to a temporary directory and reading it into R. When
.cacheisTRUE, this only occurs once per R session. When.cacheisFALSE, this CSV is re-downloaded every time the function is called.