Description Usage Arguments Value Examples
View source: R/fars_functions.R
This is a simple function that imports data from csv files
1 | fars_read(filename)
|
filename |
The name of the file to be opened. |
This function returns a tibble of the specified data. An error will occur if the specified data is not found.
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.