fars_read: fars_read

Description Usage Arguments Value Examples

Description

A function for reading in FARS data, it checks if a given file exists. If it does then it reads it in using the read_csv function. If it does not then it returns 'does not exist'

Usage

1
fars_read(filename)

Arguments

filename

A character string giving the location of the file

Value

a data frame as read by read_csv with default options.

Examples

1
## Not run: fars_read("accident_2013.csv.bz2")

mattmalcher/farsdemopkg documentation built on May 4, 2019, 6:30 a.m.