Description Usage Arguments Value Examples
View source: R/fars_functions.R
Creates a string representing a file name with the given year.
1 | make_filename(year)
|
year |
Single number or a vector of numbers representing the years of interest |
Vector of strings each following the pattern "accident_year.csv.bz2"
1 2 3 4 5 | ## Not run:
filename <- make_filename(2018)
filename <- make_filename(c(2016,2017,2018))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.