Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
190
LogicalVector runit_isna( NumericVector xx){
191
return wrap( is_na( xx ) ) ;
192
}
193
194
// [[Rcpp::export]]
195
LogicalVector runit_isfinite( NumericVector xx){
Callers
nothing calls this directly
Calls
2
wrap
Function · 0.50
is_na
Function · 0.50
Tested by
no test coverage detected