Description Usage Arguments Details Value Examples
This function returns a list of the tibbles from years founded in data.
1 | fars_read_years(years)
|
years |
years to find data |
Data will be readed from the execution place of the file The data in csv.bz2 format need to be in the working directory
List of tibbles with two fields: MONTH and year. If year not in data a warning message will be printed
1 2 3 4 5 | ## Not run:
x <- fars_read_years(c(2000,2013,2015, 2021))
x[[2]]$MONTH
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.