Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
Read in a fars file
1 | fars_read(filename)
|
filename |
The name of the file containing fars data |
A data.frame containing fars data
The filename must exist or it will throw an error. Also, the file must be able to be converted to a data.frame
1 2 | ## Not run: fars_read("accident_2015.csv.bz2")
## Not run: fars_read("c:/workspace/R/accident_2015.csv.bz2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.