Description Usage Arguments Details Value Note Examples
Reads a CSV file as a tibble (tbl_df).
1 | fars_read(filename)
|
filename |
string path to a CSV file to be read. The path may be absolute or relative to the current working directory. |
Data is from the US National Highway Traffic Safety Administration's Fatality Analysis Reporting System (FARS).
tbl_df representation of the data in the input CSV file.
Fails when there is no file with the given 'filename'.
1 | # my_tbl <- fars_read("inst/extdata/fars_data/accident_2013.csv.bz2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.