Description Usage Arguments Value Note Examples
Return a data frame representing the data in the csv file pointed to by the filename
given as input.
1 | fars_read(filename)
|
filename |
A character vector representing the filename of a csv file to be read in. |
A data frame representing the data from the filename
given as input.
The filename
must exist or an error is raised.
1 2 3 4 | ## Not run:
fars_read("accident_2015.csv.bz2")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.