notebookutils.fs.fastcp | R Documentation |
Copies a file or directory via azcopy, possibly across FileSystems.
notebookutils.fs.fastcp(from, to, recurse = TRUE, extraConfigs = NULL)
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 |
extraConfigs |
extra configs for azcopy, includes flags, timeout, aadToken, sourceLinkedService, destinationLinkedService |
TRUE if all files were successfully copied
## Not run:
notebookutils.fs.fastcp("file:/tmp/my-folder/a", "adls://xxx/tmp/b")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.