powered by
Compares against the values of 0:9 (as a number).
0:9
is_number(x)
A boolean vector indicating whether each element of x is a number (appears in 0:9 as a number)
x
A vector of characters.
is_number(chars("Lee7c0deR")) Filter(is_number, chars("w00t"))
Run the code above in your browser using DataLab