MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_na_omit

Function runit_na_omit

inst/tinytest/cpp/sugar.cpp:220–222  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

218
219// [[Rcpp::export]]
220NumericVector runit_na_omit( NumericVector xx ){
221 return na_omit( xx ) ;
222}
223
224// [[Rcpp::export]]
225List runit_lapply( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

na_omitFunction · 0.85

Tested by

no test coverage detected