countNotNumeric {jwutil}R Documentation

count non-numeric elements

Description

counts the number of non-numeric elements in a vector, without throwing warnings

Usage

countNotNumeric(x)

Arguments

x

is usually a character vector

Details

did have extras = c(".", "NA"))

Value

integer


[Package jwutil version 1.2.3 Index]