fars_read: Read a csv file

Description Usage Arguments Value Examples

View source: R/fars_read.R

Description

The functions can take the path to a csv file or a compressed csv file as input and returns it as a tibble. Messages and progress status are not printed. Execution stops if the specified file does not exist.

Usage

1
fars_read(filename)

Arguments

filename

A character string specifying the file path.

Value

A tibble data.frame.

Examples

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

## End(Not run)

olivenbert/mypkg documentation built on May 25, 2019, 2:21 p.m.