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
8
9
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


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