Description Usage Arguments Value
Rename a File/Directory on a FileSystem
1 2 3 4 5 6 7 | delete_file(fs, path, recursive, ...)
## Default S3 method:
delete_file(fs, path, recursive = FALSE, ...)
## S3 method for class 'webhdfs'
delete_file(fs, path, recursive = FALSE, ...)
|
fs |
FileSystem object |
path |
a character vector that contains the path renaming from |
recursive |
whether to delete contents of directory recursively |
... |
other arguments |
TRUE
if successful, FALSE
otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.