fars_read_years: Convert a vector of years to a list of filenames and imports...

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Converts a vector years to a list of filenames using the make_filename function. Produces errors for invalid years in the input vector.

Usage

1

Arguments

years

vector of integer or string

Value

list of string

Examples

1
2
3
#fars_read_years(c(1993,1995,2001,2016))

#fars_read_years(c("1993",1995,"2001",2016))

robotgames/Course3Assignment documentation built on May 17, 2019, 8:17 a.m.