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') )

Try the microdatasus package in your browser

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

microdatasus documentation built on June 22, 2024, 10:36 a.m.