View source: R/lightWeightCopy.R
lightWeightCopy | R Documentation |
This uses hard (or symbolic) links wherever possible, so that file data are not copied, but falls back to normal copy where necessary.
lightWeightCopy(src, dst, sym = FALSE)
src |
character vector; paths to source files / folders |
dst |
character scalar; path to target folder |
sym |
logical scalar; if TRUE, use symbolic links instead of hard links. Default: FALSE |
TRUE on success, FALSE otherwise.
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.