Description Usage Arguments Value Examples
Comptutes the total number of accidens from FARS data for given years
1 | fars_summarize_years(years)
|
years |
vector of four digit years either as numbers or as character strings. The years must correspond to one file previously downloaded in the current working directory, otherwise the function returns NULL |
data.frame with the total number of accidents for every month and
year given in years
1 2 3 4 5 6 | ## Not run:
fars_summarize_years(c("2013", "2014"))
fars_summarise_years(2015)
fars_summarise_years(2012)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.