fars_read: fars_read This function accepts the location of the CSV file...

Description Usage Arguments Value See Also Examples

View source: R/fars_read.R

Description

fars_read This function accepts the location of the CSV file and reads it If such a file does not exit then it will produce an error with the file does not exit error.

Usage

1
fars_read(filename)

Arguments

filename

csv file that may or not exit in the given location.

Value

returns a dataframe if the csv file exits if not returns a file doesnot exit error

See Also

make_filename

Examples

1
## Not run: accident <- fars_read('accident_2015.csv.bz2')

AyeshaPerera/Far documentation built on July 29, 2020, 7:34 a.m.