fars_read: Read a FARS dataset

Description Usage Arguments Details Value Examples

Description

This function reads the specified file and returns a tibble containing the FARS data

Usage

1
fars_read(filename)

Arguments

filename

The filename of the file to read

Details

Function throws an error os file with the given filename does not exist

Value

This function returns a tibble containing the FARS data for the given filename

Examples

1
2
3
4
## Not run: 
fars_read('accident_2013.csv.bz2')

## End(Not run)

utkarshphirke/fars documentation built on May 7, 2019, 6:10 a.m.