Description Usage Arguments Value Examples
Builds the file name of a FARS file. The file name is constructed based on the year
1 | make_filename(year)
|
year |
The year to build the file name |
The name of the FARS file containg the data
1 2 3 4 5 | # Make the filename for year 2001
make_filename(2001)
# Make the filename for year 2016
make_filename(2016)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.