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

Function runit_table

inst/tinytest/cpp/sugar.cpp:680–682  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

678
679// [[Rcpp::export]]
680IntegerVector runit_table( CharacterVector x){
681 return table( x ) ;
682}
683
684// [[Rcpp::export]]
685LogicalVector runit_duplicated( CharacterVector x){

Callers

nothing calls this directly

Calls 1

tableFunction · 0.85

Tested by

no test coverage detected