opts_double {constructive} | R Documentation |
Constructive options for type 'double'
Description
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().
Usage
opts_double(
constructor = c("default"),
...,
trim = NULL,
fill = c("default", "rlang", "+", "...", "none"),
compress = TRUE
)
Arguments
constructor |
String. Method used to construct the object, often the name of a function. |
... |
Additional options used by user defined constructors through the |
trim |
|
fill |
String. Method to use to represent the trimmed elements. See |
compress |
Boolean. If |
Value
An object of class <constructive_options/constructive_options_double>