get_town_names: Get list of town names

Description Usage Arguments Value Examples

Description

Gets a tbl of all towns and counties in a given state

Usage

1
get_town_names(state = 9, year = 2015)

Arguments

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

Value

Returns a data frame

Examples

1
ct_towns <- get_town_names(state = 9)

CT-Data-Haven/acsprofiles documentation built on June 13, 2019, 8:20 a.m.