fars_read_years: fars_read_years

Description Usage Arguments Details Value Examples

View source: R/functions.R

Description

This function returns a list of the tibbles from years founded in data.

Usage

1

Arguments

years

years to find data

Details

Data will be readed from the execution place of the file The data in csv.bz2 format need to be in the working directory

Value

List of tibbles with two fields: MONTH and year. If year not in data a warning message will be printed

Examples

1
2
3
4
5
## Not run: 
x <- fars_read_years(c(2000,2013,2015, 2021))
x[[2]]$MONTH

## End(Not run)

cesarkero/W4Assigment documentation built on Dec. 19, 2021, 2:56 p.m.