| wd_copy | R Documentation |
Copies a file or directory on the WebDAV server
wd_copy(req, source, target, overwrite = TRUE)
req |
request handle obtained from |
source |
path of the source on the server |
target |
path of the target on the server |
overwrite |
overwrites files when TRUE (default) |
TRUE on success, FALSE on failure (invisibly)
## Not run:
wd_copy(r, "testfile.R", "testfile_old.R")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.