Description Usage Arguments Details Value Examples
fars_read
is a simple function that reads a csv file and returns
a data table. If a file for a given year is not found a warning is issued
showing the year that is not valid.
1 | fars_read(filename)
|
filename |
character name of the csv file to be read - must be a vector of length 1 or an error message is returned. |
This routine calls read_csv and returns a 'tbl_df' table data frame. The routine has no expectations for (nor awareness of) the FARS data structures.
data frame coerced from the csv file input
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.