fars_read: Data Input

Description Usage Arguments Value Examples

Description

After checking if a file exist in a given path, the function read the file and creat a data frame table.

Usage

1
fars_read(filename)

Arguments

filename

.csv file from which the data will be read

Value

heck if the file exists, gives error if it does not. if the file exists, it read the file in a data frame and returns it getwd().

Examples

1
2
3
4
## Not run: 
  fars_read("accident_2010.csv.bz2")

## End(Not run)

karimsyed/myRPackage documentation built on May 8, 2019, 3:13 a.m.