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