Description Usage Arguments Value Examples
From the year, creates a valid file name to work with FARS dataset.
1 | make_filename(year)
|
year |
A string or integer representation of a year. |
A string matching a valid file name for the dataset, e.g.,
for 2015, make_filename(2015)
will return
"./data/accident_2015.csv.bz2"
1 2 | make_filename(2014)
make_filename("2015")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.