Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_seqlen
Function
runit_seqlen
inst/tinytest/cpp/sugar.cpp:401–404 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
399
400
// [[Rcpp::export]]
401
IntegerVector runit_seqlen(){
402
IntegerVector res = seq_len( 10 );
403
return res ;
404
}
405
406
// [[Rcpp::export]]
407
List runit_sign( NumericVector xx, IntegerVector yy ){
Callers
nothing calls this directly
Calls
1
seq_len
Function · 0.85
Tested by
no test coverage detected