-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathflow_dests.Rd
45 lines (45 loc) · 1.14 KB
/
flow_dests.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{flow_dests}
\alias{flow_dests}
\title{Data frame of invented
commuter flows with destinations in a different layer than the origins}
\format{
A data frame with 49 rows and 15 columns
}
\usage{
data(flow_dests)
}
\description{
Data frame of invented
commuter flows with destinations in a different layer than the origins
}
\examples{
\dontrun{
# 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)
}
}
\seealso{
Other data:
\code{\link{cents_sf}},
\code{\link{destinations_sf}},
\code{\link{flow}},
\code{\link{flowlines_sf}},
\code{\link{od_data_lines}},
\code{\link{od_data_routes}},
\code{\link{od_data_sample}},
\code{\link{osm_net_example}},
\code{\link{read_table_builder}()},
\code{\link{route_network_sf}},
\code{\link{route_network_small}},
\code{\link{routes_fast_sf}},
\code{\link{routes_slow_sf}},
\code{\link{zones_sf}}
}
\concept{data}
\keyword{datasets}