Description Usage Arguments Value Examples
These functions can be used to programmatically construct justifications.
1 2 3 4 5 6 7 8 9 10 | source(label, description = NULL, xdoi = NULL, type = NULL, id = NULL, ...)
assert(label, description = "", id = NULL, source = NULL, ...)
justify(label, description = "", id = NULL, assertion = NULL, ...)
dcsn(label, description = NULL, id = NULL, justification = NULL, ...)
## S3 method for class 'justifierElement'
c(...)
|
label |
A human-readable label for the |
description |
A human-readable description. |
xdoi, type |
For |
id |
The identifier (randomly generated if omitted). |
... |
Additional fields and values to store in the element. |
source |
In assertions, the source (or sources) that the assertion
is based on can be specified using |
assertion |
In justifications, the assertion (or assertions) that
the justification is based on can be specified using |
justification |
In decisions, the justification (or justifications)
that the decision is based on can be specified using |
The generated object.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.