Description Usage Arguments Value Examples
View source: R/fars_functions.R
Read FARS data file of csv format and return tbl_df. If there is no file, error message comes up
1 | fars_read(filename)
|
filename |
A charactor string with the name of the file to read |
a data frame with data readed from the csv file, or an error if the file does not exists.
1 2 3 4 | ## Not run: yr <- 2015
file <- make_filename(yr)
fars_read(file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.