Description Usage Arguments Value Note Examples
View source: R/fars_functions.R
This function use the read_csv function in the package readr. It reads a single csv file into R for analysis. the packages readr and dplyr should be installed.
1 | fars_read(filename)
|
filename |
A character string denoting the .csv or .csv.bz2 file to be read into R. |
An R object of class data.frame
If the file does not exist at the path it will create an error
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.