fars_read: Read in Fatality Analysis Reporting System data file#'

Description Usage Arguments Details Value Examples

Description

Read in Fatality Analysis Reporting System data file#'

Usage

1
fars_read(filename)

Arguments

filename

csv type database

Details

The function will read the data from the path as data frame tibble. If it doesn't exist an error message will be returned.

Value

Read in Fatality Analysis Reporting System data file from a csv file

Examples

1
2
3
WD <- setwd(system.file("extdata", package = "buildingpackagefars"))
fars_read("accident_2013.csv.bz2")
setwd(WD)

MarkPados/buildingpackagefars documentation built on May 10, 2019, 9:28 a.m.