Description Usage Arguments Details Value Examples
View source: R/fars_functions.R
This function returns a string, which is meant to be passed to the
filename
argument of the fars_read()
function.
1 | make_filename(year)
|
year |
A integer giving the year of a .csv file. |
This function takes a year as an argument, coerces that year to be an
integer and then uses the sprintf
function to concatenate the year
argument into "accident_year
.csv.bz2"
This function returns a character string.
1 | make_filename(2015)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.