These options will be used on objects of class 'hexmode'.
Usage
opts_hexmode(constructor = c("as.hexmode", "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.hexmode()
on integer rather than character
Details
Depending on constructor
, we construct the object as follows:
"as.hexmode"
(default): We build the object usingas.hexmode()
"next"
: Use the constructor for the next supported class.