fars_read: Loads a CSV file

Description Usage Arguments Value Examples

Description

Loads as argument a CSV file filename and returns a tibble. In case of incorrect path definition provides an error message and ends.

Usage

1
fars_read(filename)

Arguments

filename

Path to the CSV file (character)

Value

Returns a tibble (data.frame) of the CSV file.

Examples

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

## End(Not run)

axelbudde/fars documentation built on May 5, 2019, 3:48 p.m.