View source: R/strings_utils.R
validate_bool | R Documentation |
Helper to check if a boolean vector is valid.
validate_bool(x = "", all_names = "")
x |
a string vector representing the boolean expression to be validated. Default is "" |
all_names |
a character vector of scalars which are allowed to be part of the the boolean expression. |
x is returned if no exception is raised during validation process.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.