R/AAAA.R

# Supress R CMD check note 'no visible binding for global variable ...' ########
# Source: http://stackoverflow.com/a/12429344/3365410
# These variables are generated within the functions created with 'autofun'
if (getRversion() >= "2.15.1") {
  utils::globalVariables(
    names = c("coord_sistema"))
}

# Import functions from default packages other than `base` #########################################
# Source: http://stackoverflow.com/a/31314870/3365410
#' @importFrom utils browseURL download.file read.table setTxtProgressBar txtProgressBar
#' @importFrom stats median na.omit
#' @importFrom data.table fread rbindlist

Try the febr package in your browser

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

febr documentation built on March 18, 2022, 5:57 p.m.