Description Usage Arguments Value Examples
View source: R/fars_functions.R
Creates a dataframe from csv formatted file of data from the US National Highway Traffic Safety Administration's Fatality Analysis #' Reporting System (FARS), which is a nationwide census providing the American public yearly data regarding fatal injuries suffered in motor vehicle traffic crashes. If full file path is not provided, this function will look in the current working directory for the file
1 | fars_read(filename)
|
filename |
Name of csv file with FARS data |
This function returns a dataframe with FARS data if the file exists
1 2 3 4 | ## Not run:
fars_data <- fars_read(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.