find.not.integer.value: Find Where Values in the Vector that non-integer

View source: R/find_not_intger_value.R

find.not.integer.valueR Documentation

Find Where Values in the Vector that non-integer

Description

This function is used to find a non-integer value in a vector. The input value can be of any type, but it must be a vector of numbers only. If a string or other value is entered, a warning message will be displayed and NA will be returned.

Usage

find.not.integer.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.