Description Usage Arguments Value Examples
fars_read_years is function that read in multiple files by years. internal functions need for fars_read_years are make_filename () in this code. external package needed is dplyr. Two functions of it are selection(),mutate().
1 | fars_read_years(years)
|
years |
is a vector of years as the argument for the fars_read_years() function. if a year not exist, warning message will print "invalid year". |
this function returns data files with file names defined
1 2 | ##fars_read_years(years = c(2013, 2015)
##fars_read_years(2013:2015)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.