Learn R Programming

D4TAlink.light (version 2.1.18)

listTasks: 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()
)

Value

data.frame with the following information for tasks "sponsor", "project", "package", "task".

Arguments

project

Project name.

package

Package name.

sponsor

Sponsor name, default set by setTaskSponsor.

rootpath

Path of the task repository, default set by setTaskRoot.