fars_read: Read FARS csv data

Description Usage Arguments Details Value Examples

Description

This function reads FARS (Fatality Analysis Reporting System) data from a csv input and returns a data frame tbl (thin wrapper around data.frame) object

Usage

1
fars_read(filename)

Arguments

filename

A csv path

Details

If the input file does not exists, an error will be thrown with the message "file <requested_file> does not exists"

Value

A data frame tbl object.

Examples

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

## End(Not run)

learner42/CourseraRpackagesFinal documentation built on May 17, 2019, 12:14 p.m.