Create an archive containing the files of a given task.
archiveTask(task, file, overwrite = FALSE, ...)
the archive file name invisibly.
Object of class D4TAlinkTask
, as created by initTask
.
full name of the output zip file
overwrite the output zip file is it exists
Arguments passed on to utils::zip
zipfile
The pathname of the zip file: tilde expansion (see
path.expand
) will be performed.
files
A character vector of recorded filepaths to be included.
flags
A character string of flags to be passed to the command: see ‘Details’.
extras
An optional character vector: see ‘Details’.
zip
A character string specifying the external command to be used.