MCPcopy 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]]
272List runit_mapply2_list(IntegerVector xx, IntegerVector yy){
273 List res = mapply(xx, yy, seq);
274 return res ;
275}
276
277// [[Rcpp::export]]
278List runit_minus( IntegerVector xx ){

Callers

nothing calls this directly

Calls 1

mapplyFunction · 0.50

Tested by

no test coverage detected