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

Function runit_isna

inst/tinytest/cpp/sugar.cpp:190–192  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

188
189// [[Rcpp::export]]
190LogicalVector runit_isna( NumericVector xx){
191 return wrap( is_na( xx ) ) ;
192}
193
194// [[Rcpp::export]]
195LogicalVector runit_isfinite( NumericVector xx){

Callers

nothing calls this directly

Calls 2

wrapFunction · 0.50
is_naFunction · 0.50

Tested by

no test coverage detected