| .find_failures | R Documentation |
Run check_fn(x, check_value) if check_value isn't NULL.
.find_failures(x, check_value, check_fn)
x |
The vector to check. |
check_value |
The value to check against (e.g., a regex pattern). If
|
check_fn |
The function to use for checking. |
An integer vector of failure locations, or NULL if there are no
failures or the check is skipped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.