Description Usage Arguments Value Examples
View source: R/fars_functions.R
Function fars_read
loads input data file into memory and transforms it
into dplyr tibble.
1 | fars_read(filename)
|
filename |
file name in string format |
tbl_df data frame
If the input file is not found, function stops returning an error: "Filename does not exist"
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.