nnv: nnv

Description Usage Arguments Value Examples

Description

nnv returns all values in a vector x that cannot be successfully coerced to numeric.

Usage

1
nnv(x)

Arguments

x

An R vector

Value

A vector of values that could not be coerced to numeric

Examples

1
2
#example_vector <- c("2", "9.123", "blue", "<10")
#nnv(example_vector)

TaylorAndrew/atExplore documentation built on May 9, 2019, 4:22 p.m.