R/trf1.R

#' \code{trf1} package
#'
#' Baixa  e organiza decisões do TRF1
#'
#'
#' @docType package
#' @name trf1
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if (getRversion() >= "2.15.1") {
  utils::globalVariables(c(".","documento","classe","assunto_da_peticao","juiz",
                           "juiza"))
}
jjesusfilho/trf1 documentation built on Dec. 13, 2020, 12:44 p.m.