Description Usage Arguments Value Examples
fars_read_years
will read in multiple Fatality Analysis Reporting
System data files based on the years input.
1 | fars_read_years(years)
|
years |
Numeric. A vector of years of the associated files to be read in. |
fars_read_years
will search for the filenames based on the years input.
Refer to make_filename
for the file naming conventions used.
If the files exist a list containing the appropriate data will be returned.
For files that do not exist, fars_read_years
will throw a warning stating
the relevant year.
1 2 3 | ## Not run: fars_read_years(2013:2014)
## Not run: fars_read_years(2020)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.