| isDigit | R Documentation | 
Checks whether a character is a digit: { 0 .. 9 }.
isDigit(ch)
| ch | character to be checked | 
TRUE/FALSE, depending on the character being a digit.
isDigit('9')
isDigit('a')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.