View source: R/find_not_numeric_value.R
find.not.numeric.value | R Documentation |
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.
find.not.numeric.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.