opts_formula | R Documentation |
These options will be used on formulas, defined as calls to ~
, regardless
of their "class"
attribute.
opts_formula(
constructor = c("default", "formula", "as.formula", "new_formula", "next"),
...,
environment = TRUE
)
constructor |
String. Name of the function used to construct the object, see Details section. |
... |
Additional options used by user defined constructors through the |
environment |
Boolean. Whether to attempt to construct the environment, if it makes a difference to construct it. Depending on
|
An object of class <constructive_options/constructive_options_formula>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.