.cstr_register_constructors {constructive} | R Documentation |
Register constructors
Description
Use this function to register a custom constructor. See vignette for more information.
Usage
.cstr_register_constructors(class, ...)
Arguments
class |
A string |
... |
named constructors |
Value
Returns NULL
invisibly, called for side effects.
[Package constructive version 0.3.0 Index]