fars_read: Reads a delimited data file

Description Usage Arguments Value Examples

View source: R/fars_functions.R

Description

fars_read reads a delimited csv file and convert the result to a data frame.

Usage

1
fars_read(filename)

Arguments

filename

A character string prividing the name of the file or the path to a file.

Value

If the file is found then the output will be a data frame object containing the content of the file. If the file does not exist an error message will be printed stating that the file does not exist.

Examples

1
2
## Not run: fars_read('accident_2013.csv.bz2')
## Not run: fars_read('/var/tmp/accident_2014.csv.bz2')

adigherman/fars documentation built on May 7, 2019, 2:54 a.m.