Learn R Programming

mlr (version 2.2)

getTaskFormulaAsString: Get formula of a task.

Description

This is simply ~ ..

Usage

getTaskFormulaAsString(x, target = getTargetNames(x))

getTaskFormula(x, target = getTargetNames(x), env = NULL)

Arguments

Value

[formula | character(1)].

See Also

Other task: getTaskCosts; getTaskData; getTaskFeatureNames; getTaskNFeats; getTaskTargets; subsetTask