file_delete | R Documentation |
Delete a file from Filebin
file_delete(filename, bin)
filename |
File name or URL. |
bin |
Bin name. If |
A Boolean indicating whether file was successfully deleted.
## Not run:
posted <- file_post(LOREM_IPSUM, bin = "latin-text")
file_delete("lorem-ipsum.txt", "latin-text")
file_delete("https://filebin.net/latin-text/lorem-ipsum.txt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.