Description Usage Arguments Value Examples
View source: R/fars_functions.R
This functions coerce data saved as csv to a tibble object. The function returns a message if the file does not exist.
1 | fars_read(filename)
|
filename |
character. Path to the csv file. |
tibble
1 2 | filename <- "accident_2013.csv.bz2"
fars_read(filename)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.