Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_mapply2_list
Function
runit_mapply2_list
inst/tinytest/cpp/sugar.cpp:272–275 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
270
271
// [[Rcpp::export]]
272
List runit_mapply2_list(IntegerVector xx, IntegerVector yy){
273
List res = mapply(xx, yy, seq);
274
return res ;
275
}
276
277
// [[Rcpp::export]]
278
List runit_minus( IntegerVector xx ){
Callers
nothing calls this directly
Calls
1
mapply
Function · 0.50
Tested by
no test coverage detected