Description Usage Arguments Value Examples
This function reads a CSV file specified by the /codefilename argument and returns a tibble containing the data. If the file does not exist, the function will stop and will return an error
1 | fars_read(filename)
|
filename |
A character string containing the path of the CSV file |
This function returns a tibble rendered from the CSV file
1 | ## Not run: accident_2014 <- fars_read("./data/accident_2014.csv.bz2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.