MCPcopy 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]]
389List runit_sapply_list( IntegerVector xx){
390 List res = sapply( xx, seq_len );
391 return res ;
392}
393
394// [[Rcpp::export]]
395IntegerVector runit_seqalong( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

sapplyFunction · 0.50

Tested by

no test coverage detected