fars_read: Read in a fars file

Description Usage Arguments Value Note Examples

View source: R/fars_functions.R

Description

Read in a fars file

Usage

1
fars_read(filename)

Arguments

filename

The name of the file containing fars data

Value

A data.frame containing fars data

Note

The filename must exist or it will throw an error. Also, the file must be able to be converted to a data.frame

Examples

1
2
## Not run: fars_read("accident_2015.csv.bz2")
## Not run: fars_read("c:/workspace/R/accident_2015.csv.bz2")

linacrem/farsdocs documentation built on May 23, 2019, 9:02 p.m.