View source: R/summarize_data.R
is_invalid_number | R Documentation |
Can be helpful as a workaround for gotchas such as: is.numeric(NaN) is.numeric(Inf) is.numeric(NA) is.numeric(NULL)
is_invalid_number(x)
x |
a vector |
boolean
is_invalid_number(c(NA, Inf, mean(Inf, -Inf)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.