Skip to contents

compare_conditions() allows you to compare yearly chronic condition prevalence by provider, state and national averages

Usage

compare_conditions(df)

Arguments

df

data frame returned by by_provider()

Value

A tibble containing the results.

Examples

if (FALSE) { # interactive()
prac_years() |>
map(\(x) by_provider(year = x, npi = 1023076643)) |>
list_rbind() |>
compare_conditions()
}