get_cdc_url.RdLooks up the US data download URL from the internal CDC link table for a given section and year combination.
get_cdc_url(sec, yr)A character string containing the URL to the zip file on the CDC FTP server.
if (FALSE) { # \dontrun{
get_cdc_url("mortality_multiple", 1969)
} # }