Description Usage Arguments Value Examples
View source: R/fars_functions.R
This function reads a csv file.
1 | fars_read(filename)
|
filename |
A character string giving the name of the file to read. |
This function returns a dataframe with the data contained in the specified file.
1 2 3 4 | ## Not run:
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.