Description Usage Arguments Value Note Examples
View source: R/fars_functions_documentation_v2.R
This function allows to read data from any csv file. Specifically, however, the function is used to read 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.
1 | fars_read(filename)
|
filename |
A character string with the name of the file. |
This function returns the data read in from the file as a tibble, a data frame with class tbl_df.
The file needs to be in the current working directory.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.