Description Usage Arguments Value Note Examples
This function reads the csv file into the local environment and returns a data frame.
1 | fars_read(filename)
|
filename |
A character string that gives the name of the file to be read. |
This function returns a data frame.
A warning is given if the file does not exist.
1 | fars_read(system.file("extdata", "accident_2013.csv.bz2", package = "mvfars"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.