check_character | R Documentation |
Checks if a character input is valid
check_character(name = NULL, value = NULL, allowed = NULL, nullok = FALSE)
name |
Argument name. |
value |
Argument value. |
allowed |
Allowed argument values. |
nullok |
Logical for whether NULL values are OK (TRUE) or not (FALSE). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.