fars_read_years: Read a range of years

Description Usage Arguments Value Note Examples

Description

This function reads a range of years, from 2013 to 2015

Usage

1

Arguments

years

A vector with the years value

Value

This function returns a data frame summarized by years and month

Note

If the year doesn't exist, the function throws an error

Examples

1
2
3
4
5
6
## Not run: 
fars_read_years(2013)
fars_read_years(c(2013,2014))
fars_read_years(c(2013,2014,2015))

## End(Not run)

lmeilibr/Fars documentation built on May 21, 2019, 7:35 a.m.