Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function reads a csv file form a given directory, to a data table data frame
1 | fars_read(filename)
|
filename |
A character string giving directory and name of the csv file which is needed to be read |
This function returns a data.frame, if the filename does not exist either for wrong name or wrong directory, returns error.
1 2 | ## Not run: fars_read("accident_2013.csv.bz2")
## Not run: fars_read("data/accident_2013.csv.bz2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.