numCheck | R Documentation |
Check if given string or vector is all numeric
numCheck(x)
x |
A string or a vector |
TRUE or FALSE
numCheck(3)
numCheck("-1/3")
numCheck(c("1","0.2","1/3","-1"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.