Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ rep_each
Function
rep_each
inst/include/Rcpp/sugar/functions/rep_each.h:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
template <int RTYPE, bool NA, typename T>
50
inline sugar::Rep_each<RTYPE,NA,T> rep_each( const VectorBase<RTYPE,NA,T>& t, R_xlen_t times ){
51
return sugar::Rep_each<RTYPE,NA,T>( t, times ) ;
52
}
53
54
55
} // Rcpp
Callers
1
runit_rep
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected