Description Usage Arguments Value Note Examples
These functions wrap a simple regular expression for checking if a vector is alpha-numeric characters only.
1 2 3 4 5 |
x |
Character vector |
Logical vector (same length as x)
The functions all_alphanumeric simply wraps
is_alphanumeric within all, and check_alphanumeric
simply wraps all_alphanumeric within stop.
1 2 | x = c("hey", "1hey", "hey1", "$hey", "-o", "/", " hey")
is_alphanumeric(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.