if (FALSE) {
# Simple severity-based matching
match_tag(stats19_df, match_with = "severity")
# Severity + road type
match_tag(stats19_df, match_with = "severity_road")
# Using ONS Built-Up Areas, with motorway override
match_tag(
stats19_df,
match_with = "severity_road_bua",
include_motorway_bua = TRUE
)
# Summarised totals
match_tag(stats19_df, match_with = "severity", summarise = TRUE)
}
Run the code above in your browser using DataLab