listTasks {D4TAlink.light} | R Documentation |
List details of all tasks stored in the root directory.
Description
List details of all tasks stored in the root directory.
Usage
listTasks(
project = NULL,
package = NULL,
sponsor = NULL,
rootpath = getTaskRoot()
)
Arguments
project |
Project name. |
package |
Package name. |
sponsor |
Sponsor name, default set by |
rootpath |
Path of the task repository, default set by |
Value
data.frame
with the following information for tasks "sponsor", "project", "package", "task".
[Package D4TAlink.light version 2.1.14 Index]