Description Usage Arguments Details Value See Also Examples
View source: R/fars_read_years.R View source: R/fars_functions.R
The function fars_read_years
save the name of a specific data base according to a year,
read the ddatabase and transmute it drops existing variables as year.
The function fars_read_years
save the name of a specific data base according to a year,
read the ddatabase and transmute it drops existing variables as year.
1 2 3 | fars_read_years(years)
fars_read_years(years)
|
years |
as a variable to tranform it in an integer value accross |
you need enter a number as a year contained in the set: 2013, 2014 or 2015 or it will return a warning as a message.
you need enter a number as a year contained in the set: 2013, 2014 or 2015 or it will return a warning as a message.
if the year is in the set: 2013, 2014 or 2015, it will transmute a database in a new data frame depending on a specific month. Otherwise it will print a warning.
if the year is in the set: 2013, 2014 or 2015, it will transmute a database in a new data frame depending on a specific month. Otherwise it will print a warning.
1 2 | ## Not run: fars_read_years(2013)
fars_read_years(2013)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.