fars_read: Read FARS data

Description Usage Arguments Value Note Examples

Description

This function reads in a given file and turns into a table.

Usage

1
fars_read(filename)

Arguments

filename

A character string providing the filename for the function to read in.

Value

A dplyr tbl_df

Note

the function will thrown an error if the filename provided as input does not exist

Examples

1
2
3
4
5
## Not run: 
fars_read("~/inputs/fars1.csv")
fars_read("~/in/fars2.csv.bz2")

## End(Not run)

codyschulz/samplePackage2 documentation built on May 3, 2019, 9:37 p.m.