runTask: Run a Task on the experiment

runTaskR Documentation

Run a Task on the experiment

Description

a Task (namely a function) will be called using the experiment as first input.

Usage

runTask(obj, task, ..., check.out = F, quiet = T)

Arguments

obj

a Task object

task

a function. The first argument of this function will be the Experiment object contained in the Task

...

additianl arguments to be passed to the funciton call

check.out

if TRUE the Task won't be executedon existing output file/s

quiet

if TRUE no message will be displayed

Value

a Task object


GiBacci/expR documentation built on Oct. 15, 2022, 12:15 a.m.