These options will be used on objects of class 'S7_object'. This class is
unusual in that it can be applied on objects of different internal types,
objects of length 1 class "S7_object"
are of type "object"
while
for instance objects of class c("S7_class", "S7_object")
are closures.
For closures we fall back to the next method.
Usage
opts_S7_object(constructor = c("S7_object", "next"), ...)
Details
Depending on constructor
, we construct the object as follows:
"S7_object"
(default): We build the object usingS7::S7_object()
."next"
: Use the constructor for the next supported class.