Description Usage Arguments Value Examples
This function takes in US National Highway Traffic Safety Administration's data from .csv file, stored on disk. This data contains 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. This contains the data | 
This returns a dataframe after reading the csv file. If no file is present then it returns an error
| 1 | fars_read('accident_2013.csv.bz2')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.