Description Usage Arguments Value Examples
Reads the data sourced from Fatality Analysis Reporting System that provided from the US National Highway Traffic Safety Administration
1 | fars_read(filename)
|
filename |
The csv data file |
Outputs a tibble data.frame from csv file. The error occured if the file does not exist.
1 2 3 4 | ## Not run:
accident_2015 <- fars_read("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.