View source: R/find_not_intger_value.R
find.not.integer.value | R Documentation |
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.
find.not.integer.value(x, where = c("number", "logical"))
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.