Skip to contents

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

Usage

parse_rvu_zip_links(x)

Arguments

x

<data.frame> output of download_rvu_zip_links()

Value

<tibble> containing information about RVU source files

Examples

if (FALSE) {
parse_rvu_zip_links(download_rvu_zip_links(2024))
}