Skip to contents

Downloads the table of RVU source zip file links from the CMS website. Used internally to populate and update the rvu_zip_links dataset.

Usage

download_rvu_zip_links(years, urls)

Arguments

years

<int> year(s) of RVU source file, available in rvu_link_table()

Value

<tibble> containing year, file, and url of RVU source files

Examples

if (FALSE) {
download_rvu_zip_links(years = 2024)
}