Description Usage Arguments Value Examples
View source: R/fars_functions.R
This is a simple function that create the file name of the year you chose.
1 | make_filename(year)
|
year |
A number of the year (one of 2013-2015) you want to load. |
This function returns a filename for fars_read function to read.
1 2 3 4 | ## Not run: filename=make_filename(2013)
## Not run: print(filename)
## Not run: df=fars_read(filename)
## Not run: head(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.