opts_integer | R Documentation |
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().
opts_integer(
constructor = c("default"),
...,
trim = NULL,
fill = c("default", "rlang", "+", "...", "none"),
compress = TRUE
)
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 |
An object of class <constructive_options/constructive_options_integer>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.