fars_read: fars_functions

Description Usage Arguments Value Note Examples

View source: R/fars_read.R

Description

Reads data from a delimited file and returns it as a data frame.

Usage

1
fars_read(filename)

Arguments

filenmae

A character string containing the path and name of the file to read. Remeber to include a path if the file is not in the current directory.

Value

Returns a data frame

Note

Returns an error if the file does not exist.

Examples

1
fars_read('../data/accident_2013.csv.bz2')

ekawabata/BuildingAnRPackage documentation built on May 31, 2020, 12:32 a.m.