Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
1101
Rcpp::CharacterMatrix
1102
c_cbind_mv(Rcpp::CharacterMatrix m1, Rcpp::CharacterVector v1) {
1103
return Rcpp::cbind(m1, v1);
1104
}
1105
1106
// [[Rcpp::export]]
1107
Rcpp::CharacterMatrix
Callers
nothing calls this directly
Calls
1
cbind
Function · 0.85
Tested by
no test coverage detected