concat_file: concat_file: Concat File(s) on a FileSystem

Description Usage Arguments Value

View source: R/concat_file.R

Description

Concat File(s) on a FileSystem

Usage

1
2
3
4
5
6
7
concat_file(fs, targetPath, sourcePath, ...)

## Default S3 method:
concat_file(fs, targetPath, sourcePath, ...)

## S3 method for class 'webhdfs'
concat_file(fs, targetPath, sourcePath, ...)

Arguments

fs

FileSystem object

targetPath

a character vector that contains the path of file to write

sourcePath

a list of character vector that contains the path of file(s) to read

...

other arguments

Value

TRUE if successful, FALSE otherwise


saurfang/rwebhdfs documentation built on May 29, 2019, 3:20 p.m.