cdc_import.RdA full pipeline wrapper that downloads, reads, and decodes a CDC vital statistics dataset in a single call. Automatically resolves the download URL and metadata for the given section and year.
cdc_import(section, year)A fully decoded tibble with all columns in metadata order and coded values replaced by human-readable labels.
if (FALSE) { # \dontrun{
mort1969 <- cdc_import("mortality_multiple", 1969)
} # }