These options will be used on objects of class 'octmode'.
opts_octmode(constructor = c("as.octmode", "next"), ..., integer = FALSE)
An object of class <constructive_options/constructive_options_octmode>
String. Name of the function used to construct the object.
Additional options used by user defined constructors through the opts
object
Whether to use as.octmode()
on integer rather than character
Depending on constructor
, we construct the object as follows:
"as.octmode"
(default): We build the object using as.octmode()
"next"
: Use the constructor for the next supported class.