ReportContent: R6 Class for missing combinations The class has the field for...

ReportContentR Documentation

R6 Class for missing combinations The class has the field for the combinations and custom plot function

Description

R6 Class for missing combinations The class has the field for the combinations and custom plot function

R6 Class for missing combinations The class has the field for the combinations and custom plot function

Public fields

id

id of object

type

of content currently: text, ggplot, cor_matrix

content

content

Methods

Public methods


Method new()

Creates a new ReportContent Object

Usage
ReportContent$new(id = NULL, type = NULL, content = NULL)
Arguments
id

id of object

type

type of content. currently: text, ggplot, cor_matrix, dataframe

content

content


Method print_report()

prints the object for the different types

Usage
ReportContent$print_report()

Method clone()

The objects of this class are cloneable with this method.

Usage
ReportContent$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


el-mrt/auto-statistics documentation built on March 19, 2022, 1:57 p.m.