R/jornais.R

#' \code{jornais} package
#'
#' Baixar e organiza notícias de jornais brasileiros
#'
#'
#' @docType package
#' @name jornais
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") {
  utils::globalVariables(c("."))
}
jjesusfilho/jornais documentation built on Nov. 4, 2019, 2:44 p.m.