fars_read: Title fars_read

Description Usage Arguments Value Source Examples

Description

This function accepts a csv file and returns a tbl_df wrapper around the data An error message will be printed if the file does not exist

Usage

1
fars_read(filename)

Arguments

filename

a csv file that may or may not exist

Value

a dplyr tbl_df, a wrapper around the data that came from the csv file. If the file does not exist, an error message will be printed.

Source

extdate/accident_year.csv.bz2

Examples

1
2
## Not run: x <- fars_read('myFile.csv')
## Not run: system.file("extdata", "accident_year.csv.bz2", package = "packFars"). 

drglcc/packFars documentation built on May 24, 2019, 4:01 a.m.