fars_read: Read FARS data set file from CSV

Description Usage Arguments Value Note Examples

View source: R/fars_functions.R

Description

Reads in a CSV from a file location as tbl_df data for FARS.

Usage

1
fars_read(filename)

Arguments

filename

file path as character string.

Value

a tbl_df of the selected file if is csv if it exists

Note

Warning: Function will not work if not given valid file name.

Examples

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

dhaycraft/trafficR documentation built on Nov. 4, 2019, 10:30 a.m.