Description Usage Arguments Value Examples
This is a function to read a .csv file with the given file name into a tibble.
Conditions that may result in an error: filename
is not a valid path.
1 | fars_read(filename)
|
filename |
A character string representing a path to a file. |
This function returns a tibble read from the requested file.
1 | ## Not run: fars_read("accident_2013.csv.bz2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.