fars_read: Function 'fars_read' loads input data file into memory and...

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

Function fars_read loads input data file into memory and transforms it into dplyr tibble.

Usage

1
fars_read(filename)

Arguments

filename

file name in string format

Value

tbl_df data frame

If the input file is not found, function stops returning an error: "Filename does not exist"

Examples

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

## End(Not run)

kurowska/fars documentation built on May 20, 2019, 7:06 p.m.