opts_hexmode {constructive}R Documentation

Constructive options for class 'hexmode'

Description

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:

Value

An object of class <constructive_options/constructive_options_hexmode>


[Package constructive version 1.0.1 Index]