View source: R/list_ccsr_versions.R
| list_ccsr_versions | R Documentation |
Returns a list of available CCSR versions for download by scraping the HCUP website. This function helps users identify which versions are available for diagnosis and procedure mapping files.
list_ccsr_versions(type = "all")
type |
Character string specifying the type of CCSR file. Must be one of: "diagnosis" (or "dx"), "procedure" (or "pr"), or "all" (default) to list versions for both types. |
This function fetches available CCSR versions from the HCUP website. Results are cached for 24 hours to minimize website requests. If the website cannot be accessed, the function will return an error.
A data frame (tibble) with columns:
type: The CCSR type ("diagnosis" or "procedure")
version: The version identifier (e.g., "v2026.1")
# List all available versions
list_ccsr_versions()
# List only diagnosis versions
list_ccsr_versions("diagnosis")
# List only procedure versions
list_ccsr_versions("procedure")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.