View source: R/filter_streets.R
filter_streets | R Documentation |
Internal function for filtering streets by multiple parameters
filter_streets(
x,
sha_class = NULL,
street_type = NULL,
block_num = NULL,
union = FALSE,
bbox = NULL,
call = caller_env()
)
x |
sf object with streets to filter |
sha_class |
selected SHA classifications to include. "all" selects all streets with an assigned SHA classification (around one-quarter of all street segments). Additional options include c("COLL", "LOC", "MART", "PART", "FWY", "INT") |
street_type |
selected street subtypes to include. By default, the returned data includes all subtypes except alleys ("STRALY"). Options include c("STRALY", "STRPRD", "STRR", "STREX", "STRFIC", "STRNDR", "STRURD", "STCLN", "STRTN"). Not supported for |
block_num |
Integer vector with block number, e.g. 300, or range of
block numbers (e.g. |
union |
Logical. Default |
bbox |
Bounding box to filter passed to location parameter of
|
call |
The execution environment of a currently
running function, e.g. |
streets filtered by parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.