Skip to contents

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

Usage

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

Arguments

sources

the files to be moved

target

the target folder

targetName

name for the moved 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