Description Usage Arguments Value Warning Examples
This function check the existence of the csv file and if it exists read it into a tibble.
You need to specify the name of the file in the filename
argument.
The function looks for the file in the wd.
1 | fars_read(filename)
|
filename |
A character string giving the path to the csv file. |
This function returns the csv file in tibble format.
This function check for the existence of the specified file. If the file doesn't exist it stops and throws an error.
1 | ## Not run: df <- fars_read("name_of_the_file.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.