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

Function rep_len

inst/include/Rcpp/sugar/functions/rep_len.h:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49template <int RTYPE, bool NA, typename T>
50inline sugar::Rep_len<RTYPE,NA,T> rep_len( const VectorBase<RTYPE,NA,T>& t, R_xlen_t len ){
51 return sugar::Rep_len<RTYPE,NA,T>( t, len ) ;
52}
53
54
55} // Rcpp

Callers 1

runit_repFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected