fars_read: Read csv file

Description Usage Arguments Details Value See Also Examples

View source: R/fars_functions.R

Description

Read csv file

Usage

1
fars_read(filename)

Arguments

filename

Path to the file to be read

Details

This function relays on libraries dplyr::tbl_df and readr::read_csv

Value

A tible with the data read from the csv file filename

See Also

tbl_df

read_csv

Examples

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

## End(Not run)

eregmig/carcrashassignment documentation built on May 17, 2019, 8:15 a.m.