initTask {D4TAlink.light}R Documentation

Initialize a task

Description

During the initialization:

Please note that it is recommended to load packages for your analysis before initializing the task.

Usage

initTask(
  project,
  package,
  taskname,
  sponsor = getTaskSponsor(),
  author = getTaskAuthor(),
  dirCreate = TRUE,
  templateCreate = FALSE,
  overwrite = FALSE
)

Arguments

project

Project name.

package

Package name.

taskname

Task name.

Sponsor name, default set by setTaskSponsor.

author

Author name, system username by default.

dirCreate

logical, if TRUE (by default) the directory structure for the task is created in the repository.

templateCreate

create the prefilled Rmd template for the task, default value: FALSE.

overwrite

logical, if TRUE and the task already exists, overwrite its parameters.

Value

D4TAlinkTask object


[Package D4TAlink.light version 2.1.14 Index]