assertCharacter | R Documentation |
Assert that an object is a character and fulfill certain conditions.
assertCharacter(
x,
length = NULL,
na = FALSE,
null = FALSE,
unique = FALSE,
named = FALSE,
minNumCharacter = 0,
call = parent.frame(),
msg = NULL
)
x |
Variable to check. |
length |
Required length. If |
na |
Whether it can contain NA values. |
null |
Whether it can be NULL. |
unique |
Whether it has to contain unique elements. |
named |
Whether it has to be named. |
minNumCharacter |
Minimum number of characters that all elements must have. |
call |
Call argument that will be passed to |
msg |
Custom error message. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.