Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function will create a dataframe table by reading the file data. The functions take file name or file path as input
| 1 | fars_read(filename)
 | 
| filename | A character string providing the file name or file path for which the dataframe table will be created | 
This function returns the dataframe table for the data of filename which is passed as the argument.
If the file do not exist then the function prints a error  "file filename does not exist message.
| 1 | ## Not run: fars_read("accident_2015.csv.bz2")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.