Skip to contents

This class represents an answer.

Active bindings

list

returns the answer as a list

Methods


Method new()

This function initializes the answer

Usage

Answer$new(data)

Arguments

data

a list containing the data of the answer

Returns

The answer object


Method print()

this function prints the answer

Usage

Answer$print()


Method clone()

The objects of this class are cloneable with this method.

Usage

Answer$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.