fars_read: Read <URL:...

Description Usage Arguments Value Examples

Description

This function reads a FARS report file in CSV format and returns a data frame tibble

Usage

1
fars_read(filename)

Arguments

filename

Name of the report file to read. An error will be thrown if the filename does not exist

Value

This function returns a data frame tibble containing the information from the report file

Examples

1
2
3
4
## Not run: 
df <- fars_read("../data/accident_2013.csv.bz2")

## End(Not run)

vsemichev/farsr documentation built on May 3, 2019, 7:08 p.m.