Learn R Programming

checked (version 0.5.0)

task: Task specification

Description

Create task specification list which consists of all the details required to run specific task.

Usage

task(..., .subclass = NULL)

Arguments

...

parameters passed to downstream constructors.

.subclass

Additional subclasses.

Details

Tasks can be nested, representing either a singular task, or a set of related tasks.

See Also

Other tasks: check_task(), install_task(), meta_task()