rename_file: rename_file: Rename a File/Directory on a FileSystem

Description Usage Arguments Value

View source: R/rename_file.R

Description

Rename a File/Directory on a FileSystem

Usage

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, ...)

Arguments

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

Value

TRUE if successful, FALSE otherwise


linz1112/rwebhdfs-fix documentation built on May 21, 2019, 6:39 a.m.