View source: R/control.utilities.R
set.control.class | R Documentation |
This function sets the class of the control list, with the default being the name of the calling function.
set.control.class(
myname = as.character(ult(sys.calls(), 2)[[1L]]),
control = get("control", pos = parent.frame())
)
myname |
Name of the class to set. |
control |
Control list. Defaults to the |
The control list with class set.
In earlier versions, OKnames
and myname
were autodetected. This capability has been deprecated and results in a warning issued once per session. They now need to be set explicitly.
check.control.class()
, print.control.list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.