Description Usage Arguments Value
Rename a File/Directory on a FileSystem
1 2 3 4 5 6 7 | rename_file(fs, fromPath, toPath, ...)
## Default S3 method:
rename_file(fs, fromPath, toPath, ...)
## S3 method for class 'webhdfs'
rename_file(fs, fromPath, toPath, ...)
|
fs |
FileSystem object |
fromPath |
a character vector that contains the path renaming from |
toPath |
a character vector that contains the path renaming to |
... |
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.