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"))
 # browseURL(url_countyhealthrankings(fips_counties_from_state_abbrev("DE"))[1])