Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_sapply_list
Function
runit_sapply_list
inst/tinytest/cpp/sugar.cpp:389–392 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
387
388
// [[Rcpp::export]]
389
List runit_sapply_list( IntegerVector xx){
390
List res = sapply( xx, seq_len );
391
return res ;
392
}
393
394
// [[Rcpp::export]]
395
IntegerVector runit_seqalong( NumericVector xx ){
Callers
nothing calls this directly
Calls
1
sapply
Function · 0.50
Tested by
no test coverage detected