Description Usage Arguments Value Examples
View source: R/fars_function.R
Function takes in a csv from the Fatality Analysis Reporting System called a FARS file for a user-specified year.
1 | fars_read(filename)
|
filename |
A |
A dataframe created from csv file or will return an error if file does not exist
1 2 3 4 | ## Not run:
fars_read("accident_2015.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.