| isSymbol | R Documentation |
Checks whether a character is a symbol, a special character.
isSymbol(ch)
ch |
character to be checked |
These characters are considered as symbols:
'!' , '%' , '&' , '$' , '#' , '+' , '-' , '/' , ':' , '<' , '=' , '>' , '?' , '@' , '\' , '~' , '^' , '|' , '*'
TRUE/FALSE, depending on character being a symbol.
isSymbol('+')
isSymbol('A')
isSymbol('a')
isSymbol('9')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.