acm.file.copy {acm4r}R Documentation

acm.file.copy (the modified file.copy function in acm)

Description

acm.file.copy behaves similar to file.copy except that the program terminates and shows the already existing file which cannot be overwritten by "to" if "overwrite = FALSE"

Usage

acm.file.copy(from, to, overwrite = FALSE, recursive = FALSE,
  copy.mode = TRUE)

Arguments

from

see file.copy

to

see file.copy

overwrite

see file.copy

recursive

see file.copy

copy.mode

see file.copy

Value

none

Author(s)

XiaoFei Zhao xiaofei.zhao@mail.mcgill.ca


[Package acm4r version 1.0 Index]