fars_read: Read file of Fatality Analysis and Reporting System

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function reads the file as csv as a dataframe and prompt error if file does not existi

Usage

1
fars_read(filename)

Arguments

filename

to be printed

Value

returns the dataframe from read file.

Examples

1
2
setwd(system.file("extdata", package = "FarsProject"))
fars_read('accident_2013.csv.bz2')

shaank121/FarsProject documentation built on May 29, 2019, 9:34 a.m.