fars_read: Reads a CSV file into a data frame.

Description Usage Arguments Value Examples

View source: R/fars_functions.r

Description

Reads a CSV file from filename using readr::read_csv and converts the resulting tibble into a data frame.

Usage

1
fars_read(filename)

Arguments

filename

File path of a CSV file (character)

Value

Returns a (data.frame) based on the CSV file.

Examples

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

## End(Not run)

tchoffman/bldgRpkg documentation built on May 4, 2019, 4:24 p.m.