Skip to contents

This function retrieves data for the requested layer from the Chesterfield County Open Geospace API

Usage

get_geo_data(layer)

Arguments

layer

character. The name of the layer to retrieve data from. See layers_crosswalk for possible layers

Value

An sf object with information about the given layer, including a geometry column

Examples

if (FALSE) {
ms_bounds <- get_geo_data(layer = "MiddleSchoolBoundary")
}