URL functions - Get URLs of useful report(s) on Counties from countyhealthrankings.org
Source:R/URL_FUNCTIONS_part2.R
url_countyhealthrankings.Rd
URL functions - Get URLs of useful report(s) on Counties from countyhealthrankings.org
Examples
url_countyhealthrankings(fips_counties_from_state_abbrev("DE"))
#> [1] "https://www.countyhealthrankings.org/explore-health-rankings/delaware/kent?year=2023"
#> [2] "https://www.countyhealthrankings.org/explore-health-rankings/delaware/new-castle?year=2023"
#> [3] "https://www.countyhealthrankings.org/explore-health-rankings/delaware/sussex?year=2023"
# browseURL(url_countyhealthrankings(fips_counties_from_state_abbrev("DE"))[1])