fars_read: Reads in data from a comma separated value (.csv) file

Description Usage Arguments Value Examples

Description

If filename does not exist in the specified path execution is halted. It requires the read_csv function from readr and tbl_df from dplyr

Usage

1
fars_read(filename)

Arguments

filename

A .csv file name in the current directory or a path to a .csv file

Value

A tbl_df of the data contained in filename

Examples

1
2
fars_read(filename)
fars_read('foo.bar')

rcvalenzuela/fars documentation built on May 9, 2019, 5:57 p.m.