View source: R/hasSpecialCharacters.R
hasSpecialCharacters | R Documentation |
Evaluates if a specified string contains special characters
hasSpecialCharacters(string)
string |
The string to evaluate |
TRUE or FALSE
strToTest1 <- 'obi_%_good_^you'
strToTest2 <- 'obigoodyou'
hasSpecialCharacters(strToTest1)
hasSpecialCharacters(strToTest2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.