fars_read: The function 'fars_read' is used to read the data from a .csv...

Description Usage Arguments Value Note Examples

View source: R/FARfunctions.R

Description

The function fars_read is used to read the data from a .csv file. It assumes that the input file is a is in a csv formar. In cases the input file name is incorrect, it outputs an error.

Usage

1
fars_read(filename)

Arguments

filename

a name of the input file in the current folder or a full path to the file

Value

The function returns a data frame in a tibble format as a result of an application of tbl_df function

Note

An error may result if the file is in a format that cannot be correctly read by the read_csv function

Examples

1
## Not run: fars_read("accident_2013.csv.bz2")

SergeyPry/FARfunctions documentation built on May 29, 2019, 5:57 p.m.