Description Usage Arguments Details Value Note See Also Examples
This helper function (not exported) reads FARS data from .csv file, stored in the current working directory. Each file contains data about fatal injuries in MV accidents in one year.
1 | fars_read(filename)
|
filename |
A character string with the name of the file to read, see notes. |
For more information on the data, see:
A data frame (tbl_df) with data read from the csv file, or an error if the file does not exists.
Make filename with: make_filename
make_filename
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.