View source: R/get_baltimore_worker_flows.R
get_baltimore_worker_flows | R Documentation |
get_baltimore_worker_flows(
area,
tracts = baltimore_tracts,
min_estimate = 10,
geometry = TRUE,
crs = 2804
)
area |
A sf or sfc object that intersects with tracts. |
tracts |
Data from |
min_estimate |
Minimum number of workers or residents a tract must have to include in results. Tracts with fewer than the min_estimate values are filtered out of results. Defaults to 10. |
geometry |
If |
crs |
Coordinate reference system to use for returned data when
|
Use FeatureLayers provided by the Baltimore Metropolitan Council. Deprecated on 2024-10-28 after discovering that the BMC had removed the required source layers.
A list of two data.frames or sf objects named "to" and "from".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.