Description Usage Arguments Value Examples
This function generates a file namein the form "accident_ using the C wrapper sprintf where d = year (an integer). This function is internal to this package. If year is not an integer, then an error is generated.
1  | make_filename(year)
 | 
year | 
 year is an integer argument  | 
a string of the form "accident_year.csv.bz2"
1 2 3 4  | ## Not run: 
file <- make_filename(2013)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.