getSpatialFeatures {vectorsurvR}R Documentation

Get Spatial Features data

Description

Retrieves VectorSurv spatial features data with optional agency filtering

Usage

getSpatialFeatures(token, agency_ids = NULL)

Arguments

token

Access token retrieved from 'getToken()'

agency_ids

Optional vector of agency IDs to filter by

Value

An sf object containing spatial features data

Examples

## Not run: token=getToken()
spatial = getSpatialFeatures(token)
## End(Not run)

[Package vectorsurvR version 1.5.1 Index]