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

Function runit_isna_isna

inst/tinytest/cpp/sugar.cpp:210–212  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

208
209// [[Rcpp::export]]
210LogicalVector runit_isna_isna( NumericVector xx ){
211 return is_na( is_na( xx ) ) ;
212}
213
214// [[Rcpp::export]]
215LogicalVector runit_any_isna( NumericVector xx){

Callers

nothing calls this directly

Calls 1

is_naFunction · 0.50

Tested by

no test coverage detected