These options will be used on objects of type 'double'. 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().
opts_double(
constructor = c("default"),
...,
trim = NULL,
fill = c("default", "rlang", "+", "...", "none"),
compress = TRUE
)
An object of class <constructive_options/constructive_options_double>
String. Method used to construct the object, often the name of a function.
Additional options used by user defined constructors through the opts
object
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.
String. Method to use to represent the trimmed elements. See ?opts_atomic
Boolean. If TRUE
instead of c()
Use seq()
, rep()
when relevant to simplify the output.