View source: R/mapper-function-helpers.R
| check_audit_special | R Documentation |
audit_*() summaries are available(Note: Ignore this function if your audit() method calls
audit_cols_minimal().)
Call check_audit_special() within an audit() method for a consistency
test mapper function, such as audit.scr_grim_map(). It checks if the
input data frame was the product of a function produced by
function_map_seq() or function_map_total_n().
If so, the function issues a gentle alert to the user that points to
audit_seq() or audit_total_n(), respectively.
check_audit_special(data, name_test)
data |
The |
name_test |
String (length 1). Short, plain-text name of the consistency
test, such as |
No return value. Might print an alert.
vignette("consistency-tests-in-depth"), for context.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.