Skip to contents

Years Currently Searchable for APIs

Usage

open_years()

out_years()

rx_years()

util_years()

qpp_years()

bene_years(period = c("year", "month"))

Arguments

period

<chr> One of "year" or "month"

Value

integer vector of years available to search

Examples

# `beneficiaries()`
bene_years(period = "year")
#>  [1] 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023

bene_years(period = "month")
#>  [1] 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024

# `open_payments()`
open_years()
#> [1] 2017 2018 2019 2020 2021 2022 2023

# `utilization()`
util_years()
#>  [1] 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022

# `conditions()`
# cc_years()

# `quality_payment()`
qpp_years()
#> [1] 2017 2018 2019 2020 2021 2022

# `outpatient()`
out_years()
#> [1] 2015 2016 2017 2018 2019 2020 2021 2022

# `prescribers()`
rx_years()
#>  [1] 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022