Skip to contents

Fetches all of the addresses in Chesterfield County from the county address service. This is a light wrapper around get_geo_data

Usage

get_chesterfield_addresses()

Value

A 75-column dataframe and sf object containing various pieces of information about each address in the county, including the geographical coordinates, address, zoned schools, and more

Examples

if (FALSE) {
#this will take a while to run
adrs <- get_chesterfield_addresses()
}