.mayBeNum {wrMisc} | R Documentation |
Check if vector may be numeric content
Description
This function allows to checking if a given vector may be numeric content
Usage
.mayBeNum(x, pattern = NULL)
Arguments
x |
(numeric vector) main input |
pattern |
(character) custom pattern to check |
Value
This functions returns a logical/boolean vector for each of the elements of 'x'
See Also
Examples
.mayBeNum(c(3:6))
[Package wrMisc version 1.15.1 Index]