Description Usage Arguments Details Value Examples
View source: R/fars_functions.R
Function that reads in data from a csv file and returns a tibble
| 1 | fars_read(filename)
 | 
| filename | Name of the csv file | 
Function aborts and prints error message if the file filename cannot be found
This function returns a tibble.
| 1 2 3 4 | ## Not run: 
fars_read("input_file.csv")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.