Description Usage Arguments Value Examples
Gets a tbl of all towns and counties in a given state
1  | get_town_names(state = 9, year = 2015)
 | 
state | 
 Either a number corresponding to the state's FIPS code, or a string with the state's two-letter abbreviation or full name. Defaults to 09, FIPS code for Connecticut  | 
year | 
 Endyear of ACS estimates as a four-digit integer. Defaults to 2015, most recent ACS estimates at time of writing  | 
Returns a data frame
1  | ct_towns <- get_town_names(state = 9)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.