Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
243
List runit_lapply_seq( IntegerVector xx){
244
List res = lapply( xx, seq_len );
245
return res ;
246
}
247
248
// [[Rcpp::export]]
249
NumericVector runit_mapply2(NumericVector xx, NumericVector yy){
Callers
nothing calls this directly
Calls
1
lapply
Function · 0.50
Tested by
no test coverage detected