Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ table
Function
table
inst/include/Rcpp/sugar/functions/table.h:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
92
template <int RTYPE, bool NA, typename T>
93
inline IntegerVector table( const VectorBase<RTYPE,NA,T>& x ){
94
return sugar::Table<RTYPE,T>(x.get_ref()) ;
95
}
96
97
98
} // Rcpp
Callers
2
RcppTable
Function · 0.85
runit_table
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected