fars_read: Reads data

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Loads a datafile from disk. If no path is provided the current directory is used. An error is given if the file does not exist.

Usage

1
fars_read(filename)

Arguments

filename,

name of file containing data in csv format

Value

a dataframe of class tbl_df

Examples

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

## End(Not run)

JLYJabc/farsfunctions documentation built on May 28, 2019, 7:51 a.m.