symlink_dir: symlink_dir: Create a Symbolic Link on a FileSystem

Description Usage Arguments Value

View source: R/symlink_dir.R

Description

Create a Symbolic Link on a FileSystem

Usage

1
2
3
4
5
6
7
symlink_dir(fs, fromPath, toPath, createParent, ...)

## Default S3 method:
symlink_dir(fs, fromPath, toPath, createParent = TRUE, ...)

## S3 method for class 'webhdfs'
symlink_dir(fs, fromPath, toPath, createParent = TRUE, ...)

Arguments

fs

FileSystem object

fromPath

a character vector that contains the path linking from

toPath

a character vector that contains the path linking to

createParent

creates parent folder if TRUE

...

other arguments

Value

TRUE if successful, FALSE otherwise


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