View source: R/classSummarisedResult.R
| validateNameLevel | R Documentation |
Validate if two columns are valid Name-Level pair.
validateNameLevel(
x,
prefix,
validation = "error",
empty = TRUE,
nm = deparse1(substitute(x), backtick = TRUE),
call = parent.frame()
)
x |
A tibble. |
prefix |
Prefix for the name-level pair, e.g. 'strata' for strata_name-strata_level pair. |
validation |
Either 'error', 'warning' or 'message'. |
empty |
Whether it can be empty. |
nm |
Name to use in error messages. Defaults to the expression supplied
to |
call |
Will be used by cli to report errors. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.