str_is_numeric: Find and return values that look non-numeric

View source: R/str_is_numeric.R

str_is_numericR Documentation

Find and return values that look non-numeric

Description

Find and return values that look non-numeric

Usage

str_is_numeric(xx)

Arguments

xx

input vector

Value

logical vector the same length as 'xx' indicating whether values convert to numeric or not

Examples

str_is_numeric( as.factor( c( 'a', 1:5, NA) ) )

stackcon/rngt documentation built on June 17, 2022, 5:29 p.m.