Description Usage Arguments Value Examples
View source: R/fars_functions.R
fars_read()
accepts a filename, checks it exists, then calls
readr::read_csv
and dplyr::tbl_df
with default
arguments to create a tibble.
1 | fars_read(filename)
|
filename |
Character string containing filename to read. Note
this can be provided by |
Returns a tibble data frame, or an error if the file does not exist/cannot be read.
1 | df1 <- fars_read(make_filename(2013))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.