Skip to contents

Returns a list of all available tags, which can be used to filter indicators.

Usage

cvd_indicator_tags()

Value

Tibble of details for indicator tags

Details

CVD Prevent API documentation: Indicator tags

Examples

cvd_indicator_tags() |>
  dplyr::arrange(IndicatorTagID) |>
  dplyr::slice_head(n = 5)
#> # A tibble: 5 × 2
#>   IndicatorTagID IndicatorTagName       
#>            <int> <chr>                  
#> 1              1 prevalence             
#> 2              2 atrial fibrillation    
#> 3              3 hypertension           
#> 4              4 blood pressure measures
#> 5              5 cardiovascular disease