Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_union
Function
runit_union
inst/tinytest/cpp/sugar.cpp:690–692 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
688
689
// [[Rcpp::export]]
690
IntegerVector runit_union( IntegerVector x, IntegerVector y){
691
return union_( x, y) ;
692
}
693
694
// [[Rcpp::export]]
695
IntegerVector runit_setdiff( IntegerVector x, IntegerVector y){
Callers
nothing calls this directly
Calls
1
union_
Function · 0.85
Tested by
no test coverage detected