View source: R/tc_join_stats19.R
Join STATS19 tables to generate UpSet plots with. In the case of vehicle type UpSet plots, the columns will be types of vehicles and a boolean to indicate if they were involved in the particular crash. The accident severity will remain as column too.
1 | tc_join_stats19_for_upset(crashes, casualties, vehicles, pattern_match = NULL)
|
crashes |
The accidents table of crashes from STATS19 data |
casualties |
The casualty table from STATS19 data |
vehicles |
The vehicles table from STATS19 data |
pattern_match |
Character string in the form of
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.