MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_lapply_seq

Function runit_lapply_seq

inst/tinytest/cpp/sugar.cpp:243–246  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

241
242// [[Rcpp::export]]
243List runit_lapply_seq( IntegerVector xx){
244 List res = lapply( xx, seq_len );
245 return res ;
246}
247
248// [[Rcpp::export]]
249NumericVector runit_mapply2(NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

lapplyFunction · 0.50

Tested by

no test coverage detected