build_link_lookup.RdCombines cleaned CDC vital statistics sections into a single lookup table containing user guide and U.S. data download URLs for each section and year.
build_link_lookup(datas)A named list of cleaned tibbles, one per CDC data section,
as returned by clean_all_sections.
A tibble with one row per section/year combination containing:
CDC data section name
Data year
URL to the user guide PDF
Raw file size string of the user guide
URL to the U.S. data zip file
Raw file size string of the U.S. data file
User guide file size in megabytes
U.S. data file size in megabytes
Rows where either user_guide_url or us_data_url is missing
are dropped.