| str_can_be_numeric | R Documentation | 
After padding is removed, could the input string be considered to be numeric, i.e. could it be coerced to numeric. This function is vectorized over its one argument.
str_can_be_numeric(string)
| string | A character vector. | 
A logical vector.
str_can_be_numeric("3")
str_can_be_numeric("5 ")
str_can_be_numeric(c("1a", "abc"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.