fars_read: Return a data frame representing the data in the csv file...

Description Usage Arguments Value Note Examples

Description

Return a data frame representing the data in the csv file pointed to by the filename given as input.

Usage

1
fars_read(filename)

Arguments

filename

A character vector representing the filename of a csv file to be read in.

Value

A data frame representing the data from the filename given as input.

Note

The filename must exist or an error is raised.

Examples

1
2
3
4
## Not run: 
fars_read("accident_2015.csv.bz2")

## End(Not run)

chrpihl/fars documentation built on May 8, 2019, 6:51 p.m.