fars_read: Read FARS data into a tibble

Description Usage Arguments Value Examples

View source: R/fars_read.R

Description

This functions is a helper for reading FARS data in csv format. It returns the data in a tbl_df

Usage

1
fars_read(filename)

Arguments

filename

Path to a csv file

Value

Returns the data in a tibble format

Examples

1
2
3
4
## Not run: 
fars_read("filename.csv")

## End(Not run)

SinanPolatoglu/coursera_pkgdev documentation built on Jan. 26, 2020, 12:55 a.m.