View source: R/classSummarisedResult.R
validateNameLevel | R Documentation |
Validate if two columns are valid Name-Level pair.
validateNameLevel(
x,
prefix,
sep = " &&& ",
validation = "error",
call = parent.frame()
)
x |
A tibble. |
prefix |
Prefix for the name-level pair, e.g. 'strata' for strata_name-strata_level pair. |
sep |
Separation pattern. |
validation |
Either 'error', 'warning' or 'message'. |
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.