Description Usage Arguments Value Examples
This function reads a csv file into R and returns a dataframe. It is internal to this package.If the file name does not exist, an error is generated and the function stopped.
1 | fars_read(filename)
|
filename |
the name of the csv file to be read. File should be in the same working directory as the R code or an error will be generated. |
function returns a dataframe or an error if the file does not exist.
1 2 3 4 | ## Not run:
dat <- fars_read("accident_2013.csv.bz2")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.