Description Usage Arguments Details Value Examples
This is a function that reads a data file from the "US National Highway Traffic Safety Administration's Fatality Analysis Reporting System"
1  | fars_read(filename)
 | 
filename | 
 A character string giving the file name/path to load the data from. This can be a local file or url to remote file. More details can be found at   | 
The file/path/url specified in filename must be accessable or a error is thrown.
This function returns the contents of filename as a tbl_df
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.