Description Usage Arguments Value Examples
View source: R/c_fars_functions.R
This function reads in a .csv file containing US National Highway Traffic Safety Administration's Fatality Analysis Reporting System ("FARS") data and returns a tibble (or error message if file does not exist).
1  | fars_read(filename)
 | 
filename | 
 A character string giving the name of the .csv file with FARS data  | 
This function returns a tibble with the FARS data
1  | ## Not run: fars_read("accident_2014.csv")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.