Skip to contents

Searches institutional claim files for specified USRDS_IDs in specified years. Supports filtering by USRDS_IDs. Handles CSV, SAS, and Parquet formats.

Usage

get_IN_CLM_costs(years, usrds_ids = NULL)

Arguments

years

Integer vector of years to include.

usrds_ids

Optional vector of USRDS_IDs to filter to specific patients.

Value

A data frame with columns: `

Details

If usrds_ids is NULL, all claims are returned.

Examples

if (FALSE) {
get_IN_CLM_costs(years = 2012:2016, usrds_ids=1:1000)
}