This dataset contains the complete level of service information, including missing categories, in a long format.
Usage
data(los_table_complete)
Format
A data frame with columns including speed limit, AADT, cycle_segregation and level_of_service
Examples
data(los_table_complete)
head(los_table_complete)
#> # A tibble: 6 × 4
#> # Groups: Speed Limit (mph), AADT [2]
#> `Speed Limit (mph)` AADT cycle_segregation level_of_service
#> <chr> <chr> <chr> <dbl>
#> 1 20 mph 0 to 1999 Mixed Traffic Street 3
#> 2 20 mph 0 to 1999 Off road cycleway 3
#> 3 20 mph 0 to 1999 Painted Cycle Lane 3
#> 4 20 mph 0 to 1999 Segregated Track (narrow) 3
#> 5 20 mph 0 to 1999 Segregated Track (wide) 3
#> 6 20 mph 2000 to 3999 Mixed Traffic Street 2