Description Usage Arguments Details Value
This will retrieve remarks associated with one or more keys. If no remarks exist an empty data.frame is returned.
1 |
... |
character: The keys for which to ger remarks. |
filter |
An optional (one-sided) formula for filtering remarks further,
see |
Each row in a remarks data.frame
represent a "remark".
A remark has its "Key", a "Timestamp" (POSIXct
), A severity "Level",
for categorizing types of messages e.g. differentiating
their importance, the "Remark" itself (character
), and
an "Origin" (character
identifying where the remark originated,
e.g. a function or application).
A data.frame
with columns Key, Timestamp, Level, Remark,
Origin
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.