R/data.R

#' A list of the pollutants, with a short description
#'
#' A table containing the names, codes and ids for the pollutants available in the entire dataset.
#'
#' @format A data frame with 644 rows and 3 variables:
#' \describe{
#'   \item{id}{pollutant id}
#'   \item{code}{pollutant code, close to the chemical composition}
#'   \item{label}{short description of the pollutant}
#'   ...
#' }
#' @source \url{http://dd.eionet.europa.eu/vocabulary/aq/pollutant/view}
"pollutants_id"
vincentbagilet/europollution documentation built on May 22, 2020, 12:07 a.m.