R implementation of rsync

rsync(args, from, to, pattern = "")

Arguments

args

rsync arguments (see man rsync)

from

source

to

destination

pattern

file pattern to be matched

Value

nothing, transfers files as a side effect

Details

rsync is a file copying tool in bash