Examples for 'stplanr::flow_dests'


Data frame of invented commuter flows with destinations in a different layer than the origins

Aliases: flow_dests

Keywords: datasets

### ** Examples

## Not run: 
##D # This is how the dataset was constructed
##D flow_dests <- flow
##D flow_dests$Area.of.workplace <- sample(x = destinations$WZ11CD, size = nrow(flow))
##D flow_dests <- dplyr::rename(flow_dests, WZ11CD = Area.of.workplace)
##D devtools::use_data(flow_dests)
## End(Not run)

[Package stplanr version 1.2.2 Index]