fars_read: Read data from FARS

Description Usage Arguments Value Examples

Description

Reads the data sourced from Fatality Analysis Reporting System that provided from the US National Highway Traffic Safety Administration

Usage

1
fars_read(filename)

Arguments

filename

The csv data file

Value

Outputs a tibble data.frame from csv file. The error occured if the file does not exist.

Examples

1
2
3
4
## Not run: 
accident_2015 <- fars_read("accident_2015.csv.bz2")

## End(Not run)

nanhung/fars documentation built on May 30, 2019, 4:04 p.m.