Description Usage Arguments Value Examples
View source: R/fars_functions.R
Reads data from .csv files from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System (FARS), - public yearly data, regarding fatal injuries suffered in motor vehicle traffic crashes and converts them into data frame tbl
1 | fars_read(filename)
|
filename |
A character string with the name/path to file to read function will rise an error if input data file doesn't exist or path to it is incorrectly specified |
A data frame tbl with data readed from the csv file, or an error if the file does not exists.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.