A CallableCode
class of objects
CallableCode.Rd
Object that stores code to reproduce an object. It includes methods to get or run the code and return the object.
Super class
teal.data::Callable
-> CallableCode
Methods
Method new()
Create a new CallableCode
object
Usage
CallableCode$new(code, env = new.env(parent = parent.env(globalenv())))
Method get_call()
Get sequence of calls from the code supplied to produce the object.