listTaskFiles: List the files associated to a task.
Description
List the files associated to a task.
Usage
listTaskFiles(task, full.names = FALSE, which = NULL)
Value
array of file names.
Arguments
- task
Object of class D4TAlinkTask
, as created by initTask
.
- full.names
a logical value. If TRUE
, the directory
path is prepended to the file names to give a relative file path.
If FALSE
, the file names (rather than paths) are returned.
- which
list of file types to list.