View source: R/getSpatialFeatures.R
getSpatialFeatures | R Documentation |
Retrieves VectorSurv spatial features data with optional agency filtering
getSpatialFeatures(token, agency_ids = NULL)
token |
Access token retrieved from 'getToken()' |
agency_ids |
Optional vector of agency IDs to filter by |
An sf object containing spatial features data
## Not run: token=getToken()
spatial = getSpatialFeatures(token)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.