Years Currently Searchable for APIs
Usage
open_years()
out_years()
rx_years()
util_years()
qpp_years()
bene_years(period = c("Year", "Month"))
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