Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
215
LogicalVector runit_any_isna( NumericVector xx){
216
return any( is_na( xx ) ) ;
217
}
218
219
// [[Rcpp::export]]
220
NumericVector runit_na_omit( NumericVector xx ){
Callers
nothing calls this directly
Calls
2
any
Function · 0.50
is_na
Function · 0.50
Tested by
no test coverage detected