| flow_dests | R Documentation |
Data frame of invented commuter flows with destinations in a different layer than the origins
data(flow_dests)
A data frame with 49 rows and 15 columns
Other data:
cents_sf,
destinations_sf,
flow,
flowlines_sf,
od_data_lines,
od_data_routes,
od_data_sample,
osm_net_example,
read_table_builder(),
route_network_sf,
route_network_small,
routes_fast_sf,
routes_slow_sf,
zones_sf
## Not run:
# This is how the dataset was constructed
flow_dests <- flow
flow_dests$Area.of.workplace <- sample(x = destinations$WZ11CD, size = nrow(flow))
flow_dests <- dplyr::rename(flow_dests, WZ11CD = Area.of.workplace)
devtools::use_data(flow_dests)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.