opts_S4 {constructive} | R Documentation |
These options will be used on objects of class 'S4'. Note that the support for S4 is very experimental so might easily break. Please report issues if it does.
opts_S4(constructor = c("new"), ...)
constructor |
String. Name of the function used to construct the object, see Details section. |
... |
Additional options used by user defined constructors through the |
An object of class <constructive_options/constructive_options_S4>