| is_numeric_like | R Documentation |
based on the code found at # https://stackoverflow.com/a/21154566/2292993
is_numeric_like(
x,
na_strings = c("", ".", "NA", "na", "N/A", "n/a", "NaN", "nan")
)
A logical vector indicating whether each element can be coerced to numeric.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.