fars_read: Reads data from Fatality Analysis Reporting System(FARS) file

Description Usage Arguments Value Note Examples

Description

Reads data from Fatality Analysis Reporting System(FARS) file

Usage

1
fars_read(filename)

Arguments

filename

absolute or relative path of the FARS file

Value

A Data Frame with FARS file data loaded in memory

Note

This function requires a valid filename path which should exist and should be a valid csv, otherwise it will result in error

Examples

1
2
3
4
5
## Not run: 
data <- fars_read(filename="data/accident_2013.csv.bz2")
head(data)

## End(Not run)

abhinavcreed13/farsPackage documentation built on May 10, 2019, 3:15 a.m.