Description Usage Arguments Value Examples
This is a simple function that imports a csv file as a tibble dataframe. The function check if the file exists, and if it does, reads in the file and converts it to a tbl_df. An error will occur if filename doe not exist.
1 | fars_read(filename)
|
filename |
The filename the function reads. |
The function returns a tbl_df.
1 | ## Not run: fars_read('this_file_does_not_exist.csv')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.