Description Usage Arguments Value Examples
View source: R/fars_functions.R
Loads a datafile from disk. If no path is provided the current directory is used. An error is given if the file does not exist.
1 | fars_read(filename)
|
filename, |
name of file containing data in csv format |
a dataframe of class tbl_df
1 2 3 4 | ## Not run:
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.