R/stfstj.R

#' \code{stfstj} package
#'
#' Baixar dados do STF e do STJ
#'
#'
#' @docType package
#' @name stfstj
#' @importFrom dplyr %>%
#' @importFrom purrr %||%
#' @importFrom utils URLencode
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  
  utils::globalVariables(c(".", ".x", "y", "z", "field", "phrase",
                           "search_time","pages","h","path",
                           "parts_names", "stf_urls"))
courtsbr/stfstj documentation built on May 28, 2019, 7:48 p.m.