View source: R/nimbleFunction_Rexecution.R
any_na | R Documentation |
NIMBLE language functions that can be used in either compiled or uncompiled nimbleFunctions to detect if there are any NA or NaN values in a vector.
any_na(x)
any_nan(x)
x |
vector of values |
NIMBLE Development Team
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.