R/rsinaica.R

#' \code{rsinaica} package
#'
#' Ready-made functions for downloading data from the Mexican
#' National Air Quality Information System (SINAICA). See
#' <https://sinaica.inecc.gob.mx> for more information.
#'
#' See the README on
#' \href{https://github.com/diegovalle/rsinaica#readme}{GitHub}
#'
#' @docType package
#' @name rsinaica
NULL


## Avoid notes of the type:
## `no visible binding for global variable [variable name]`
utils::globalVariables(c("stations_sinaica"))
diegovalle/rsinaica documentation built on March 23, 2022, 8:58 a.m.