find.not.numeric.value: Find Where Values in the Vector that cannot be Converted to...

View source: R/find_not_numeric_value.R

find.not.numeric.valueR Documentation

Find Where Values in the Vector that cannot be Converted to Numbers

Description

This function is used to find the where in the vector or data frame there are values that cannot be converted to numbers. The result will be the location of the value that cannot be converted to a number in the vector by default.

Usage

find.not.numeric.value(x, where = c("number", "logical"))

Arguments

x

vector or data frame to examine.

where

Choose whether to indicate where there are values that cannot be converted to numbers, either as numbers or logical types.

See Also

If a data frame of more than two dimensions is entered, returns the column numbers where the columns contain values that cannot be converted to numbers.


indenkun/infun documentation built on April 17, 2025, 2:52 p.m.