ValidateValueDomain | R Documentation |
A helper function for validating data within a pre-defined set of possible values.
ValidateValueDomain(
values,
domain,
error.message = "The following values are invalid:\n\n%s\n\n"
)
values |
The data that is to be validated |
domain |
The set of valid values that "values" can take on. |
error.message |
A template of a printf message for invalid values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.