View source: R/cls_rpacontrol.R
print.rpacontrol | R Documentation |
rpacontrol
objectsThese functions print rpacontrol
objects in the terminal.
print.rpacontrol()
shows only the current controls, whereas
summary.rpacontrol()
includes both specified controls and the
unspecified controls that use default values.
## S3 method for class 'rpacontrol'
print(x, ...)
## S3 method for class 'rpacontrol'
summary(object, ...)
x |
An object of class |
... |
Additional arguments. |
object |
An object of class |
Returns the controls invisibly.
control <- rpa_control_scenario()
print(control)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.