fars_read: Read in FARS data.

Description Usage Arguments Value Examples

Description

This function reads in a .csv file containing US National Highway Traffic Safety Administration's Fatality Analysis Reporting System ("FARS") data and returns a tibble (or error message if file does not exist).

Usage

1
fars_read(filename)

Arguments

filename

A character string giving the name of the .csv file with FARS data

Value

This function returns a tibble with the FARS data

Examples

1
## Not run: fars_read("accident_2014.csv")

savvito/courseraMasterR documentation built on May 12, 2019, 2:07 p.m.