Description Usage Arguments Value Examples
This functions will read just only one archive. The input of this function is the filename to be imported. These archive has data of the US National Highway Traffic Safety Administration's, and this is a csv file. Keep in mind that the filename will be generate by the make_filename function.
1 | fars_read(filename)
|
filename |
Is a character string which represents the archive's name. |
This functions returns a data frame of the imported data in case of an invalid name it will return a message error "file XXXX does not exist".
1 | ## Not run: fars_read(filename = "accident_2013.csv.bz2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.