Description Usage Arguments Value Examples
View source: R/fars_functions.R
A simple wrapper around readr read_csv to read and load raw csv data files.
1 |
filename |
Character string with the filepath. |
datadir |
Character string of the data directory. Default is NULL, in which case the package loads the built in datasets. |
Returns a tibble dataframe of the parsed csv file.
1 | fars_read('accident_2015.csv.bz2')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.