Learn R Programming

checked (version 0.5.0)

meta_task: Construct a 'Meta' Task

Description

Meta tasks are tasks which are not intended to perform computation. They exist simply to provide relationships among computational tasks.

Usage

meta_task(..., .subclass = NULL)

Arguments

...

Objects passed to specified class functions

.subclass

character name of the subclass. It will be appended with "_meta" suffix.

See Also

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