.mayBeNum | R Documentation |
This function allows to checking if a given vector may be numeric content
.mayBeNum(x, pattern = NULL)
x |
(numeric vector) main input |
pattern |
(character) custom pattern to check |
This functions returns a logical/boolean vector for each of the elements of 'x'
numeric
; convMatr2df
.mayBeNum(c(3:6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.