Description Usage Arguments Examples
Currently, there are 52 file names to download/read data from.
1 | find_file_name(years = NULL, type = NULL)
|
years |
Years for which data are to be found |
type |
One of 'Accidents', 'Casualties', 'Vehicles'; defaults to 'Accidents', ignores case. |
1 2 3 4 5 6 7 | find_file_name(2016)
find_file_name(2016, type = "Accidents")
find_file_name(1985, type = "Accidents")
find_file_name(type = "cas")
find_file_name(type = "accid")
find_file_name(2006)
find_file_name(2016:2017)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.