fars_read: load a CSV file

Description Usage Arguments Value Examples

Description

The function loads a CSV file defined by filename argument and returns a tibble

Usage

1
fars_read(filename)

Arguments

filename

path to the csv file

Value

the function returns a data.frame based on the CSV file.

Examples

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

## End(Not run)

SimonFans/RP documentation built on May 8, 2019, 11:10 p.m.