Description Usage Arguments Value
There are two versions of this function. The "dot" version is pipe-friendly and will take as a first argument a value which is then also returned.
1 2 3 4 | remark(key, level, remark, origin = NA_character_, target = NA_character_)
remark.(., key, level, remark, origin = NA_character_,
target = NA_character_)
|
key |
character: The remark key. |
level |
character: The severity level of your remark. |
remark |
character: The remark itself. This can be a string interpolation formula. |
origin |
character: The origin of your remark. |
target |
character: The target of your remark. |
. |
A value which is available for string interpolation, and is returned. |
A remark data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.