Skip to contents

URL functions - Get URLs of useful report(s) on Counties from countyhealthrankings.org

Usage

url_countyhealthrankings(fips, year = 2023)

Arguments

fips

vector of fips codes of counties, 5 characters each, like "10003"

year

2023

Value

vector of URLs

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])