rsync_dirs | R Documentation |
rsync
In rsync there is a complete test on the change of a file before copying. Using cp_dir perfoms a simpler test for changes, so it might be faster. I think for most pipeline uses it may be better to use cp_dir since pipelines are a once-and-done task.
rsync_dirs(src, dst, flags = "-rcv")
src |
character the fully qualified source directory |
dst |
character the fully qualified destination directory |
flags |
charcater flags for rsync, by default '-rvc' |
the output of the systems rsync command (0 = good!)
Other FILE: cp_dir
, file_parts
,
get_temp_dirname
,
get_temp_filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.