Learn R Programming

vectorsurvR (version 1.5.0)

getSpatialFeatures: Get Spatial Features data

Description

Retrieves VectorSurv spatial features data with optional agency filtering

Usage

getSpatialFeatures(token, agency_ids = NULL)

Value

An sf object containing spatial features data

Arguments

token

Access token retrieved from `getToken()`

agency_ids

Optional vector of agency IDs to filter by

Examples

Run this code
if (FALSE) token=getToken()
spatial = getSpatialFeatures(token)

Run the code above in your browser using DataLab