Description Usage Arguments Details Value Examples
A FARS file contains data from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System, which is a nationwide census providing the American public yearly data regarding fatal injuries suffered in motor vehicle traffic crashes.
1 | fars_read(filename)
|
filename |
Name of the file to read |
Requires dpyr, tidyr, readr, maps, graphics
This function returns a data frame containing the data read from the file if the requested file does not exist, an error will be reported and the function will stop
1 2 3 4 | ## Not run:
fars_read("data/accident_2015.csv.bz2")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.