fars_read: Reading a FARS data set

Description Usage Arguments Value Note References

View source: R/fars_project.R

Description

This function reads in data set from the NHTSA Fatality Analysis Reporting System (FARS).

Usage

1
fars_read(filename)

Arguments

filename

FARS character filename in csv format to be read. If the filename is incorrect or not located, a message is issued.

Value

Returns a data frame from a csv file in tabular format.

Note

dplyr and tbl_df is used to format the returned data frame

References

National Highway Traffic Safety Administration's Fatality Analysis Reporting System data set. https://www.nhtsa.gov/research-data/fatality-analysis-reporting-system-fars


cowboy2718/FARS documentation built on May 17, 2019, 7:01 p.m.