Learn R Programming

D4TAlink.light (version 2.1.18)

loadTask: Load a task.

Description

Load a task.

Usage

loadTask(
  project,
  package,
  taskname,
  sponsor = getTaskSponsor(),
  author = getTaskAuthor(),
  quiet = FALSE
)

Value

Object of class D4TAlinkTask or NULL if the task does not exists.

Arguments

project

Project name.

package

Package name.

taskname

Task name.

sponsor

Sponsor name, default set by setTaskSponsor.

author

Author name, system username by default.

quiet

issue warning if file does not exists.