numeric.case | R Documentation |
Checks if strings are all numbers or spaces
numeric.case(string)
string |
Character vector of strings to check cases |
Checks if strings are all numbers and spaces. This is a wrapper for find.case('text', 'numeric')
.
A vector of TRUE AND FALSE
Jared P. Lander
find.case upper.case lower.case numeric.case
toCheck <- c('BIG', 'little', 'Mixed', 'BIG WITH SPACE',
'little with space', 'MIXED with SPACE', '17')
numeric.case(toCheck)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.