fars_read: Creating a dataframe table from a csv file.

Description Usage Arguments Value Examples

Description

This is a function that first check if the file name inserted exist. If it did not, an error is produced ("<filename> does not exist"). If it did exist the file is read, and the data is transformed into a table of data frame.

Usage

1
fars_read(filename)

Arguments

filename

A string that gives the filename of the file that we wish to read.

Value

A data frame table is returned.

Examples

1
fars_read(system.file("extdata", "accident_2013.csv.bz2", package = "farsForCoursera"))

RushdSowell/farsForCoursera documentation built on May 20, 2019, 2:57 p.m.