fars_read: fars_read

Description Usage Arguments Value Note Examples

Description

Function to read a semicolon (;) delimited file (including csv, tsv, .gz, .bz2, or .zip) into a tibble from data from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System. SOURCE: http://www.nhtsa.gov/Data/Fatality-Analysis-Reporting-System-(FARS)

Usage

1
fars_read(filename)

Arguments

filename

filename of data file

Value

A tibble: <number of rows> x 50 cols

Note

Using a non-existant filename will result in a trapped error.

Examples

1
2
3
4
 ## Not run: 
  fars_read("C://User//data.zip")
 
## End(Not run)

B0Ib0ivrb63B/farsRPackageProj- documentation built on May 29, 2019, 11:04 p.m.