powered by
Checks if strings are all numbers or spaces
numeric.case(string)
A vector of TRUE AND FALSE
Character vector of strings to check cases
Jared P. Lander
Checks if strings are all numbers and spaces. This is a wrapper for find.case('text', 'numeric').
find.case('text', 'numeric')
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)
Run the code above in your browser using DataLab