sync_lab | R Documentation |
sync the project folder with the local folder set by set_lab_sync
. The origin is always the parental director found
by here::here()
.
sync_lab( direction = "or_de", exclude_files = "default", rsync_flags = "-avtuP", inter = TRUE, ... )
direction |
one of |
exclude_files |
list of files to exclude. If "default", it will not sync hidden files in parent as well as folders in |
rsync_flags |
flag to use wit |
inter |
if to ask to confirm interactively the destination path |
... |
used internally |
use rsync
to sync and here
to identify parental directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.