cnd-package | R Documentation |
An interface for creating new condition generators objects. Generators are special functions that can be saved in registries and linked to other functions. Utilities for documenting your generators, and new conditions is provided for package development.
cnd.cli.override
["on"|"off"|"none"]
Controls override for printing messages from {cli}
. When "on"
or
"off"
, messages will be overridden to that state. When "none"
,
{cli}
will be used to determine appropriate state.
cnd.condition.message
["verbose"|"simple"]
How messages should be printed from conditions. "verbose"
will
provide the message, information about the condition's class, and call
information. "simple"
will only provide the message.
cnd.call
[TRUE|FALSE]
Whether to print the call that generated the condition. This is
embedded within the conditionCall()
method.
Maintainer: Jordan Mark Barbone jmbarbone@gmail.com (ORCID) [copyright holder]
condition()
cnd-cnd-conditions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.