Description Usage Arguments Details Value Examples
This function reads a (possibly compressed) .csv format file specified by the filename argument and returns it as a
tbl_df data.frame.
| 1 | fars_read(filename)
 | 
| filename | A character string giving the name of the .csv format file to be read. | 
The function will fail if the file specified by the filename argument does not exist.
The read_csv function may fail if the file is not readable. Any warnings introduced by parsing failures are suppressed.
The following functions are imported: readr::read_csv, dplr::tbl_df.
This function returns a tbl_df form of a data.frame.
| 1 2 3 4 | #improper name format
#not run, fails fars_read("fars.csv")
fars_read("accident_2014.csv.bz2")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.