Description Usage Arguments Value Examples
View source: R/fars_functions.R
The function reads a .csv file named by filename
and returns a data frame.
If the file does not exist, there is an error message.
1 | fars_read(filename)
|
filename |
Path to the .csv file (string) |
The function returns a data frame from the read .csv file. If the file does not exist, there is an error message.
1 2 3 4 | ## Not run:
accident_2013 <- fars_read("./data/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.