Include results class

Include results class

Details

Definition for the IncludeResults class.

See also

Public fields

id

character value.

include

Include object.

status

logical value.

held

numeric value.

Methods

Public methods


Method new()

Create a new IncludeResults object.

Usage

IncludeResults$new(id, include, held)

Arguments

id

character value.

include

Include object.

held

numeric value.

Returns

A new IncludeResults object.

Method new()

Create a new IncludeResults object.

Usage

IncludeResults$new(id, include, held)

Arguments

id

character value.

include

Include object.

held

numeric value.

Returns

A new IncludeResults object.


Method print()

Print the object.

Usage

IncludeResults$print(...)

Arguments

...

not used.

Method print()

Print the object.

Usage

IncludeResults$print(...)

Arguments

...

not used.


Method repr()

Generate a character summarizing the representation of the object.

Usage

IncludeResults$repr(start = "[", end = "]")

Arguments

start

character symbol used to start the setting list. Defaults to "[".

end

character symbol used to start the setting list. Defaults to "]".

Returns

character value.

Method repr()

Generate a character summarizing the representation of the object.

Usage

IncludeResults$repr(start = "[", end = "]")

Arguments

start

character symbol used to start the setting list. Defaults to "[".

end

character symbol used to start the setting list. Defaults to "]".

Returns

character value.


Method get_results_data()

Get results.

Usage

IncludeResults$get_results_data()

Returns

tibble::tibble() object.

Method get_results_data()

Get results.

Usage

IncludeResults$get_results_data()

Returns

tibble::tibble() object.


Method get_widget_data()

Get data for displaying the object in a solutionResults() widget.

Usage

IncludeResults$get_widget_data()

Returns

list with widget data.

Method get_widget_data()

Get data for displaying the object in a solutionResults() widget.

Usage

IncludeResults$get_widget_data()

Returns

list with widget data.


Method clone()

The objects of this class are cloneable with this method.

Usage

IncludeResults$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Method clone()

The objects of this class are cloneable with this method.

Usage

IncludeResults$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.