fars_read: Read a .csv file into a tibble

Description Usage Arguments Value Examples

Description

This is a function to read a .csv file with the given file name into a tibble. Conditions that may result in an error: filename is not a valid path.

Usage

1
fars_read(filename)

Arguments

filename

A character string representing a path to a file.

Value

This function returns a tibble read from the requested file.

Examples

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

perfectslumber/far documentation built on May 8, 2019, 12:49 p.m.