na_omit_c | R Documentation |
This function is needed for the direct translation of the R functions to C++. This function is taken from StackOverflow approximately: https://stackoverflow.com/questions/19156353/remove-na-values-efficiently
na_omit_c(x)
x |
a vector (possibly with NAs) |
na_omit_c(c(NA,5,10,NA,303))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.