fars_read: Loads a CSV file with FARS data

Description Usage Arguments Value Examples

Description

It checks if the CSV file exists. If it exists, it reads the data, if it does not, it will return an error.

Usage

1
fars_read(filename)

Arguments

filename

A string containing the path that it is going to be used for reading the data.

Value

Returns a data.frame containing the data.

Examples

1
2
3
4
## Not run: 
FARSdf<-fars_read('data.csv.bz2')

## End(Not run)

rmartinvazquez/ffrmv documentation built on May 23, 2019, 3:13 p.m.