fars_read_years: Read files with FARS data for several years

Description Usage Arguments Value Examples

View source: R/fars_functions_documentation_v2.R

Description

This function allows to read FARS data from files for one or more years.

Usage

1

Arguments

years

A single numeric or character string specifying a year or a vector of numerics or character strings of year(s).

Value

This function returns a list of tibbles. Each tibble containts FARS data for one year stored in individual files.

Examples

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

## End(Not run)

cThErLiLsK/farsvis documentation built on April 9, 2020, 12:26 a.m.