fars_read: Load a csv file into a tbl data.frame.

Description Usage Arguments Value Note Examples

Description

Load a csv file into a tbl data.frame.

Usage

1
fars_read(filename)

Arguments

filename

A character.

Value

A tbl data.frame.

Note

Will throw an error if file does not exist.

Examples

1
2
3
4
5
## Not run: 
fars_read("mydata.csv")
fars_read("C:\\mydata.txt")

## End(Not run)

KDallaporta/TestPackage documentation built on May 14, 2019, 10:32 a.m.