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

Function runit_any_isna

inst/tinytest/cpp/sugar.cpp:215–217  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

213
214// [[Rcpp::export]]
215LogicalVector runit_any_isna( NumericVector xx){
216 return any( is_na( xx ) ) ;
217}
218
219// [[Rcpp::export]]
220NumericVector runit_na_omit( NumericVector xx ){

Callers

nothing calls this directly

Calls 2

anyFunction · 0.50
is_naFunction · 0.50

Tested by

no test coverage detected