fars_read_years: Read years

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function read multiple year(s)/dataset(s) and check if they exist(s)

Usage

1

Arguments

years

A integer vector containing 1 or more years datasets. If a year or more do not exist it returns a error message!

Value

A list containing the values of month and year for each year(s) entered

Examples

1
2
3
4
5
6
7
## Not run: 
m_years <- c( 2011, 2012, 2013, 2014)
fars_read_years(m_years)

fars_read_years(2015)

## End(Not run)

jpmaillard/Fars_Project_Mastering_R_Development documentation built on Jan. 30, 2020, 12:24 a.m.