fars_read: Read a compressed csv report file downloaded from the...

Description Usage Arguments Value Examples

Description

fars_read() reads a locally stored and compressed csv file downloaded from the Fatality Analysis Reporting System into a tibble.

Usage

1
fars_read(filename)

Arguments

filename

Path to a file containing FARS data.

Value

A tibble. If the file cannot be found at the specified path, an error is thrown.

Examples

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

## End(Not run)

alex23lemm/farsR documentation built on May 13, 2019, 1:36 a.m.