archiveTask {D4TAlink.light}R Documentation

Create an archive containing the files of a given task.

Description

Create an archive containing the files of a given task.

Usage

archiveTask(task, file, overwrite = FALSE, ...)

Arguments

task

Object of class D4TAlinkTask, as created by initTask.

file

full name of the output zip file

overwrite

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.

Value

the archive file name invisibly.


[Package D4TAlink.light version 2.1.14 Index]