fars_read: Load US National Highway Traffic data

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

fars_read loads-in the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System data from a provided csv file. fars_read will throw an error if the provided file does not exist.

Usage

1
fars_read(filename)

Arguments

filename

A character string providing the file path of the csv to load

Value

This function returns a tibble containing the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System data.

Examples

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

## End(Not run)

maximilian-muecke/fars documentation built on Jan. 5, 2022, 4:12 p.m.