Description Usage Arguments Value Examples
Read downloaded data from US National Highway Traffic Safety Administration's Fatality Analysis Reporting System into a data frame, with header and correct formats for each column.
1 | fars_read(filename)
|
filename |
A string indicating the path to the wanted file |
A data frame with the data from the file. If file is not found, returns an error.
1 2 3 4 | ## Not run:
accident_2013 <- fars_read("data/accident_2013.csv.bz2")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.