These options will be used on objects of type 'integer'. This type has a single native constructor, but some additional options can be set.
To set options on all atomic types at once see opts_atomic().
Arguments
- constructor
String. Method used to construct the object, often the name of a function.
- ...
Additional options used by user defined constructors through the
opts
object- trim
NULL
or integerish. Maximum of elements showed before it's trimmed. Note that it will necessarily produce code that doesn't reproduce the input. This code will parse without failure but its evaluation might fail.- fill
String. Method to use to represent the trimmed elements. See
?opts_atomic
- compress
Boolean. If
TRUE
instead ofc()
Useseq()
,rep()
when relevant to simplify the output.