fars_read: Read data from a csv file

Description Usage Arguments Value Note Examples

Description

This function checks the existance of a specified file in the current directory and returns the data in a tibble when the file exists.

Usage

1
fars_read(filename)

Arguments

filename

A string specifing the file name.

Value

A tibble object containing the data from the specified input file.

Note

This function will throw an error when the file is not found.

Examples

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

## End(Not run)

yzhang3142/fars documentation built on May 28, 2019, 7:38 a.m.