Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
680
IntegerVector runit_table( CharacterVector x){
681
return table( x ) ;
682
}
683
684
// [[Rcpp::export]]
685
LogicalVector runit_duplicated( CharacterVector x){
Callers
nothing calls this directly
Calls
1
table
Function · 0.85
Tested by
no test coverage detected