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

Function runit_seqalong

inst/tinytest/cpp/sugar.cpp:395–398  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

393
394// [[Rcpp::export]]
395IntegerVector runit_seqalong( NumericVector xx ){
396 IntegerVector res = seq_along( xx );
397 return res ;
398}
399
400// [[Rcpp::export]]
401IntegerVector runit_seqlen(){

Callers

nothing calls this directly

Calls 1

seq_alongFunction · 0.85

Tested by

no test coverage detected