'resurrected()' is the standard constructor for resurrected-objects and 'is.resurrected()' tests.
1 2 3 | resurrected(subclass, finalizer = NULL, ...)
is.resurrected(x)
|
subclass |
name of subclass. "resurrected" is an abstract base class, so you must supply this value. 'resurrected_' is automatically prepended to the class name. |
finalizer |
function to call on finalization or NULL. Function must accept a single argument, which will be the object to finanlise. |
... |
fields used by object. |
x |
object to test for "resurrected"-ness. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.