Description Usage Arguments Value
Create a Symbolic Link on a FileSystem
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, ...)
|
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 |
... |
other arguments |
TRUE
if successful, FALSE
otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.