listTaskFiles: List the files associated to a task.

View source: R/listTasks.R

listTaskFilesR Documentation

List the files associated to a task.

Description

List the files associated to a task.

Usage

listTaskFiles(task, full.names = FALSE, which = NULL)

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.

Value

array of file names.


D4TAlink.light documentation built on April 4, 2025, 1:02 a.m.