fars_read: Read FARS files

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

This function read FARS data (Fatality Analysis Reporting System) from a CSV file and returns a tibble. If the path or file is incorrect, the fuction will stop with an error.

Usage

1
fars_read(filename)

Arguments

filename

A string of Path/filename that contains FARS data

Value

A tibble of FARS data

Examples

1
      ## Not run: data <- fars_read("extdata/accident_2013.csv")

pehoxx/pho documentation built on May 6, 2019, 11:47 a.m.