Import Air Quality Site Metadata from Dataflow D
Source:R/import_eea_stations.R
import_eea_stations.Rd
Imports data from the data flow D data viewer.
This is useful for binding onto datasets obtained using
download_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
countries
fromimport_eea_cities()
. IfNULL
, data from all cities in the givencountries
will 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
.cache
isTRUE
, this only occurs once per R session. When.cache
isFALSE
, this CSV is re-downloaded every time the function is called.