opts_S4 {constructive} | R Documentation |
Constructive options for class 'S4'
Description
These options will be used on objects of class 'S4'. Note that the support for S4 is very experimental so might easily beak. Please report issues if it does.
Usage
opts_S4(constructor = c("new"), ...)
Arguments
constructor |
String. Name of the function used to construct the environment, see Details section. |
... |
Should not be used. Forces passing arguments by name. |
Value
An object of class <constructive_options/constructive_options_S4>
[Package constructive version 0.3.0 Index]