View source: R/control.utilities.R
snctrl | R Documentation |
A utility to facilitate argument completion of control lists.
snctrl(...)
... |
The parameter list is updated dynamically as packages are loaded and unloaded. Their current list is given below. |
In and of itself, snctrl
copies its named arguments into a
list. However, its argument list is updated dynamically as packages
are loaded, as are those of its reexports from other packages. This
is done using an API provided by helper functions. (See API?snctrl
.)
This list is updated as packages are loaded and unloaded.
\Sexpr[results=rd,stage=render]{statnet.common::snctrl_names()}You may see messages along the lines of
The following object is masked from 'package:PKG': snctrl
when loading packages. They are benign.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.