R/aire.zmvm.R

#' \code{aire.zmvm} package
#'
#' Tools for downloading data from each of the pollution, wind and temperature
#' measuring stations in the Zona Metropolitana del Valle de México
#' (greater Mexico City).
#'
#' See the README on
#' \href{https://github.com/diegovalle/aire.zmvm#readme}{GitHub}
#'
#' @docType package
#' @name aire.zmvm
NULL



## Avoid notes of the type:
## `no visible binding for global variable [variable name]`
utils::globalVariables(c("station_code", "value", "hour", "zone_pollutant",
                         "unit"))

Try the aire.zmvm package in your browser

Any scripts or data that you put into this service are public.

aire.zmvm documentation built on May 2, 2019, 2:07 a.m.