Description Usage Arguments Value Examples
View source: R/make_filename.R
make_filename
is a helper for creating the filenames using
year values for the FARS data
1 | make_filename(year)
|
year |
a scalar or vector which can be coerced integer values |
a character vector with filenames according to the year
1 2 3 4 5 6 | ## Not run:
make_filename("2013")
make_filename(2013)
make_filename(2013:2015)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.