Description Usage Arguments Value Examples
View source: R/farsfunctions.R
This function reads a the USA National Highway Traffic Safety Administration NHFTS Fatality Analysis Reporting System FARS /hrefhttps://www.nhtsa.gov/research-data/fatality-analysis-reporting-system-fars format data file and returns a tibble.
1 | fars_read(filename)
|
filename |
A character string of the name of the file to be read |
This function returns a tibble of the data file and prints the first 10 rows to the console.
1 | fars_read("accident_2013.csv.bz2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.