Description Usage Arguments Details Value Examples
Read a fars file returning the imported
data_frame
.
1 | fars_read(filename)
|
filename |
(chr) Complete path to the fars file to read. |
An error is returned if the path is not valid.
Fars file has to be stored in a CSV
file format.
It can be possibly compressed (see file
).
A data_frame
.
1 2 3 4 5 6 7 | ## Not run:
file_path <- system.file("tests", "testthat", package = "weektwo",
"accident_2013.csv.bz2"
)
fars_read(file_path)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.