View source: R/moveDirContents.R
moveDirContents | R Documentation |
Move the contents of a directory to another directory.
moveDirContents(src, dst)
src |
character scalar; path to source directory |
dst |
path to target folder |
All files and sub-directories are moved.
a boolean vector of the same length as
list.files(src, all.files=TRUE, recursive=FALSE, no..=TRUE, include.dirs=TRUE)
, with TRUE
entries corresponding to files moved successfully.
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.