Skip to contents

copies resources multiple sources can be copied at once if multiple sources are copied target needs to be a container and targetName empty if only one source is copied, a new name can be specified, this can be done via a path or via targetName

Usage

copy(
  sources,
  target,
  targetName = "",
  overwrite = F,
  comment = "modified by improveRW"
)

Arguments

sources

the files to be copied

target

the target folder

targetName

name for the copied file

overwrite

flag if a file already existing at the target location should be overwritten if existing. If flag is false and file exists NULL is returned

comment

comment for the commit, defaults to "modified by improveRW"

References

ics1139