| stats.options | R Documentation |
Internal utility to manage global options for the package via the "stats.dRiftDM" option slot.
stats.options(...)
... |
input, see Details below |
Usage patterns:
stats.options():
Returns the full list of currently stored options.
stats.options(name):
Returns the value of a specific option (must be a single unnamed string).
stats.options(name = value, ...):
Sets (or updates) named option(s).
stats.options(NULL):
Resets (clears) the entire option list.
This function is intended for internal use only.
It behaves similarly to options() and keeps all package-specific options
in a single named list under getOption("stats.dRiftDM").
Setting an argument can only be done once with this function, any additional
attempts to modify an option will not work (unless this argument is
explicitly set to NULL).
Depending on usage:
Full list of options (if no input),
A specific option value (if string input),
Invisibly NULL (if setting or resetting options).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.