fars_read: Import CSV into a data frame tbl.

Description Usage Arguments Value Examples

Description

This is a simple function that, by default, is useful for reading the fars data the fars is a data set from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System, which is a nationwide census providing the American public yearly data regarding fatal injuries suffered in motor vehicle traffic crashes

Usage

1
fars_read(filename)

Arguments

filename

the name of the file which the data are to be read from

Value

A data frame (tbl) containing a representation of the data in the file.

Examples

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

## End(Not run)

einabadi-sh/farsdata documentation built on May 6, 2019, 9:53 a.m.