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