fars_read: Read csv file

Description Usage Arguments Value Examples

Description

fars_read reads in the csv file containing the Fatality Analysis Reporting System data for a particular year specified by the filename argument and returns it as a tibble. Make sure there is a corresponding file for the year of interest

Usage

1
fars_read(filename)

Arguments

filename

path to csv file to be read.

Value

tibble with the FARS data for a particular year.

Examples

1
fars_read("accident_2013.csv.bz2")

osama-arshad/BuildingRPackagesAssignment documentation built on May 14, 2019, 11:13 a.m.