Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_na_omit
Function
runit_na_omit
inst/tinytest/cpp/sugar.cpp:220–222 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
218
219
// [[Rcpp::export]]
220
NumericVector runit_na_omit( NumericVector xx ){
221
return na_omit( xx ) ;
222
}
223
224
// [[Rcpp::export]]
225
List runit_lapply( NumericVector xx ){
Callers
nothing calls this directly
Calls
1
na_omit
Function · 0.85
Tested by
no test coverage detected