mkdir: mkdir: Create Directory

Description Usage Arguments Value

View source: R/mkdir.R

Description

Create directory on a FileSystem

Usage

1
2
3
4
5
6
7
mkdir(fs, path, ...)

## Default S3 method:
mkdir(fs, path, ...)

## S3 method for class 'webhdfs'
mkdir(fs, path, ...)

Arguments

fs

FileSystem object

path

a character vector that contains the path of folder to create

...

other arguments

Value

TRUE if seccessful, FALSE otherwise


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