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

Function c_cbind_vm

inst/tinytest/cpp/sugar.cpp:1113–1116  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1111
1112// [[Rcpp::export]]
1113Rcpp::CharacterMatrix
1114c_cbind_vm(Rcpp::CharacterVector v1, Rcpp::CharacterMatrix m1) {
1115 return Rcpp::cbind(v1, m1);
1116}
1117
1118// [[Rcpp::export]]
1119Rcpp::CharacterMatrix

Callers

nothing calls this directly

Calls 1

cbindFunction · 0.85

Tested by

no test coverage detected