MCPcopy 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
92template <int RTYPE, bool NA, typename T>
93inline IntegerVector table( const VectorBase<RTYPE,NA,T>& x ){
94 return sugar::Table<RTYPE,T>(x.get_ref()) ;
95}
96
97
98} // Rcpp

Callers 2

RcppTableFunction · 0.85
runit_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected