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

Function c_cbind6

inst/tinytest/cpp/sugar.cpp:1119–1124  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1117
1118// [[Rcpp::export]]
1119Rcpp::CharacterMatrix
1120c_cbind6(Rcpp::CharacterMatrix m1, Rcpp::CharacterVector v1,
1121 Rcpp::CharacterMatrix m2, Rcpp::CharacterVector v2,
1122 Rcpp::CharacterMatrix m3, Rcpp::CharacterVector v3) {
1123 return Rcpp::cbind(m1, v1, m2, v2, m3, v3);
1124}
1125
1126
1127// 04 September 2016: rowSums, colSums, rowMeans, colMeans

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected