This class represents an answer.
Active bindings
list
returns the answer as a list
Methods
Method new()
This function initializes the answer
Arguments
data
a list containing the data of the answer
Returns
The answer object
this function prints the answer
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.