View source: R/internal_utils.R
which_coerce_NA | R Documentation |
Return index of the elements that would coerce to NA in a vector
which_coerce_NA(x, allow.orig.NA = TRUE, orig.NA = -989898)
x |
|
allow.orig.NA |
Should NA be allowed. E.g. only NA introduced by as.numeric should be returned |
orig.NA |
if allow.orig.NA id TRUE this number is internally used for NA in the input |
Return index of the elements that would coerce to NA in a vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.