mssparkutils.fs.cp | R Documentation |
Copies a file or directory, possibly across FileSystems.
mssparkutils.fs.cp(from, to, recurse = FALSE)
from |
FileSystem URI of the source file or directory |
to |
FileSystem URI of the destination file or directory |
recurse |
if TRUE, all files and directories will be recursively copied |
FALSE to mimic the result if file or directory from
fail to copy to to
.
mssparkutils.fs.cp("/tmp/my-folder/a", "adls://xxx/tmp/b")
mssparkutils.fs.cp("/tmp/my-folder/a", "adls://xxx/tmp/b", TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.