Description Usage Arguments Value Examples
View source: R/fars_function.R
This function reads in a csv file and returns as 'tbl_df' format. Stops and throws an error if inputed file name does not exist in the working directory.
1  | fars_read(filename)
 | 
filename | 
 Takes csv file's name desired to be read  | 
A tibble of the FARS data
1  | ## Not run: fars_read("accident_2013.csv.bz2")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.