makeBasicReportTask: Creates a ReportTask Object

Description Usage Arguments Value Examples

Description

A Report Task encapsulates the Data with some additional information

Usage

1
makeBasicReportTask(id, data, target, show.NA.msg = TRUE, ...)

Arguments

id

[character(1)]
ID of the Task Object

data

[data.frame]
A Dataframe with different variables

target

[character(1)]
Defines the target column. f the dataset does not contain a target column please insert NULL

show.NA.msg

[logical(1)]
Logical whether to show missing values message
Default is TRUE.

...

For now has no use

Value

[BasicReportTask]

Examples

1
2
3
basic.report.task = makeBasicReportTask(id = "report.test", data = iris, target = "Species")
# Extract Data
basic.report.task$env$data

ptl93/AEDA documentation built on May 7, 2019, 3:20 p.m.