Description Usage Arguments Value Examples
This function will first generate the files name according to the input year, then loadding the generated filename, select the month and years column to output
1 | fars_read_years(years)
|
years |
the years want to query the accident , and can be a vector |
a list with data.frame elements, this function will return the tbl_df with month and year column within certain years if the input years didnt contain in the dataset, show error message.
1 2 3 4 | ## Not run:
fars_read_years(years=2013)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.