View source: R/str_is_numeric.R
str_is_numeric | R Documentation |
Find and return values that look non-numeric
str_is_numeric(xx)
xx |
input vector |
logical vector the same length as 'xx' indicating whether values convert to numeric or not
str_is_numeric( as.factor( c( 'a', 1:5, NA) ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.