Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function allows you to create accident data files per year receive the file in csv.bz2 format
1 | make_filename(year)
|
year |
as a string |
a filename in the format 'accident_year.csv.bz2'. The function prints the file name.
1 2 3 | x <- setwd(system.file("extdata", package = "packagefars"))
make_filename(2013)
setwd(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.