R/get_mort_path.R

Defines functions get_mort_path

Documented in get_mort_path

#' Show mortality data path
#'
#' @return path of mortality data
#' @export
#'
get_mort_path <- function(){
    paste0(get_config_path(TRUE),'mort/')
}
yikeshu0611/nhanesR documentation built on Jan. 29, 2022, 6:08 a.m.