fars_read: Read in FARS data.

Description Usage Arguments Value Examples

View source: R/c_fars_functions.R

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")

zjosha/MyPackage documentation built on May 23, 2019, 4:04 p.m.