Skip to contents

Example OD dataset from the 2011 UK Census

Note

Regenerate the data with scripts in the data-raw directory.

Examples

head(si_od_census)
#> # A tibble: 6 × 18
#>   O      D       all from_home light_rail train   bus  taxi motorbike car_driver
#>   <chr>  <chr> <dbl>     <dbl>      <dbl> <dbl> <dbl> <dbl>     <dbl>      <dbl>
#> 1 E0200… E020…    66         0          0     0     0     0         1         29
#> 2 E0200… E020…   742         0          0     1     5     1         1        426
#> 3 E0200… E020…     2         0          0     0     0     0         0          2
#> 4 E0200… E020…     9         0          0     0     0     0         0          6
#> 5 E0200… E020…    50         0          0     0     3     1         0         43
#> 6 E0200… E020…    23         0          0     0     0     0         0         20
#> # ℹ 8 more variables: car_passenger <dbl>, bicycle <dbl>, foot <dbl>,
#> #   other <dbl>, geo_name1 <chr>, geo_name2 <chr>, la_1 <chr>, la_2 <chr>