Scrapes user guide PDF links from the CDC mortality public use data page. Note that 1997 and 1998 link to dedicated pages with multiple PDFs rather than a single user guide — use scrape_mortality_user_guide_specific for those years.

scrape_mortality_user_guide(url)

Arguments

url

URL to the CDC mortality public use data page.

Value

A tibble with columns: section, subsection, link_text, year, file_size, url, file_type, file_size_mb.