fars_read: Read a file into a data frame tbl.

Description Usage Arguments Details Value Examples

Description

This function reads a given comma separated values (CSV) file from the current working directory and creates a data frame tbl from its contents.

Usage

1
fars_read(filename)

Arguments

filename

the full file name of the CSV file to read

Details

All messages during reading are being suppressed.

The function will throw an error if a file with the given file name does not exist

Value

a data frame tbl containing the data in the file read

Examples

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

## End(Not run)

plexxx/myAssignment documentation built on May 9, 2019, 12:49 p.m.