Learn R Programming

wrMisc (version 1.2.3)

nNonNumChar: Count number of non-numeric characters

Description

nNonNumChar counts number of non-numeric characters. Made for positive non-scientific values (eg won't count neg-sign, neither Euro comma ',')

Usage

nNonNumChar(txt)

Arguments

txt

character vector to be treated

Value

numeric vector with numer of non-numeric characters (ie not '.' or 0-9))

See Also

nchar

Examples

Run this code
# NOT RUN {
nNonNumChar("a1b "); sapply(c("aa","12ab","a1b2","12","0.5"),nNonNumChar)
# }

Run the code above in your browser using DataLab