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

Description Usage Arguments Value

View source: R/delete_file.R

Description

Rename a File/Directory on a FileSystem

Usage

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

Arguments

fs

FileSystem object

path

a character vector that contains the path renaming from

recursive

whether to delete contents of directory recursively

...

other arguments

Value

TRUE if successful, FALSE otherwise


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