Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
This function creates 2 columns Month and Year related to the source file of the specified year.
1 | fars_read_years(years)
|
years |
The value of the year. The year can be set as character or numeric and will not break the execution of the code. Also you can use a vector of years. |
This function returns 2 columns Month and Year.
In this function, are used the mutate ad select functions from dplyr package. So please make sure to have upfront install and load the dplyr package otherwise you may face issues/errors during the execution.
1 2 | fars_read_years("2013")
fars_read_years(c(2013,2015))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.