Returns a tibble of human-readable descriptions and authoritative help URLs
for all factors in chronic_risks(). Useful for quiz tooltips, API
responses, and dashboards.
Value
A tibble with columns:
factor: Factor name (matcheschronic_risks()exactly)description: 1-2 sentence explanation of the factorhelp_url: Authoritative source URL
Examples
factor_descriptions()
#> # A tibble: 40 × 3
#> factor description help_url
#> <chr> <chr> <chr>
#> 1 Smoking 20 cigarettes A pack-a-day habit accelerates aging so th… https:/…
#> 2 Smoking 10 cigarettes Half-a-pack daily. Dose-response is roughl… https:/…
#> 3 Smoking 2 cigarettes Even light smoking (2 cigarettes/day) carr… https:/…
#> 4 Being 5 kg overweight Each 5 kg above optimum BMI increases risk… https:/…
#> 5 Being 10 kg overweight Cumulative metabolic and cardiovascular bu… https:/…
#> 6 Being 15 kg overweight Significant obesity (BMI ~30+) with substa… https:/…
#> 7 Glass of wine daily Daily wine consumption carries chronic can… https:/…
#> 8 2nd-3rd alcoholic drink After the first drink's potential protecti… https:/…
#> 9 4th-5th alcoholic drink Heavy daily drinking (4-5 drinks) dramatic… https:/…
#> 10 Red meat (1 portion/day) Daily red meat consumption is associated w… https:/…
#> # ℹ 30 more rows
factor_descriptions() |> dplyr::filter(grepl("exercise", factor, ignore.case = TRUE))
#> # A tibble: 2 × 3
#> factor description help_url
#> <chr> <chr> <chr>
#> 1 20 min moderate exercise Daily brisk walking or equivalent moderate … https:/…
#> 2 150 min weekly exercise Meeting WHO physical activity guidelines re… https:/…
