Description Usage Arguments Details Value Examples
This is used much less frequently than nickr_col
, since most
tests are both easier to express and more efficient to run on columns,
but it does have occasional uses. See nickr_col
for examples
of using the active
and logger
arguments.
1 2 |
.data |
Incoming data (omitted if in pipe). |
cond |
Condition written using column names, |
msg |
User message to display if test fails. |
active |
Is this check turned on (default TRUE). Set FALSE to disable test (e.g., in production). |
logger |
Function to call with message (e.g., 'warning' or 'stop'). |
Each row is augmented with .ri
for the row index and .row
to hold the entire original row as a list.
Input data without modification.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.