Description Usage Arguments Value Examples
Reads a feather file from path, deletes the file and returns the dataframe.
1 | read_and_delete(path)
|
path |
The path where the feather file resides |
A dataframe read from the feather file
1 2 3 4 | ## Not run:
read_and_delete(path_to_file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.