R/microdatasus.R

#' microdatasus: Download and preprocess DataSUS files
#'
#' Downloads microdata files (DBC format) from DataSUS and imports the files for use.
#'
#'
#' @docType package
#' @name microdatasus
#' @aliases microdatasus
#'
#' @importFrom utils globalVariables
#' @importFrom data.table := setDT fcase
"_PACKAGE"


## quiets concerns of R CMD check re: the .'s that appear in pipelines
utils::globalVariables( c('a') )
rfsaldanha/microdatasus documentation built on April 13, 2024, 2:25 p.m.