possibly_numeric | R Documentation |
Tests if vector can be interpreted as numeric without introducing NAs by coercion
possibly_numeric(data)
data |
vector |
logical
c("1","5") |> possibly_numeric()
c("1","5","e") |> possibly_numeric()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.