has_specials | R Documentation |
Do strings contain special characters
has_specials(str, white = FALSE)
str |
A vector of strings to check |
white |
Include whitespace as special characters? |
A logical vector representing if the input strings contain special characters or not
library(gfutilities)
has_specials("HelloWorld")
has_specials(c("hello!", "asd", "11`"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.