fars_read: Read Fatality Analysis Reporting System data

Description Usage Arguments Value Note Examples

View source: R/fars_read.R

Description

The function fars_read() enables reading FARS files into R.

Usage

1
fars_read(filename)

Arguments

filename

A character string containing filename

Value

This function returns a tibble with data from selected file.

Note

The function will return an error if a file doesn't exist.

Examples

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

## End(Not run)

a7n7k7a7/farsData documentation built on May 28, 2019, 3:57 p.m.