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

Function c_cbind_mv

inst/tinytest/cpp/sugar.cpp:1101–1104  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1099
1100// [[Rcpp::export]]
1101Rcpp::CharacterMatrix
1102c_cbind_mv(Rcpp::CharacterMatrix m1, Rcpp::CharacterVector v1) {
1103 return Rcpp::cbind(m1, v1);
1104}
1105
1106// [[Rcpp::export]]
1107Rcpp::CharacterMatrix

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected