| is_numeric_like | R Documentation |
Tests if a character vector contains numeric-like values
is_numeric_like(x, elementwise = FALSE)
x |
character vector |
elementwise |
if |
logical vector
is_numeric_like(c("-9", " 2.0", "-1.0 "))
is_numeric_like(c("9-", -1, "10"))
is_numeric_like(c("9", -1.2, "10"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.