Description Usage Arguments Value Examples
Create a condition of the given type
1 | check_condition(msg, behavior, data, type)
|
msg |
Message to report |
behavior |
Statement of the correct behavior (i.e. what the higher level function was checking for) |
data |
Data to return (e.g. invalid values that need attention) |
type |
One of "check_pass", "check_warn", "check_fail" |
An S3 object of class "check_pass", "check_warn", or "check_fail"
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.