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
zipfileThe pathname of the zip file: tilde expansion (see
path.expand) will be performed.
filesA character vector of recorded filepaths to be included.
flagsA character string of flags to be passed to the command: see ‘Details’.
extrasAn optional character vector: see ‘Details’.
zipA character string specifying the external command to be used.