Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
1113
Rcpp::CharacterMatrix
1114
c_cbind_vm(Rcpp::CharacterVector v1, Rcpp::CharacterMatrix m1) {
1115
return Rcpp::cbind(v1, m1);
1116
}
1117
1118
// [[Rcpp::export]]
1119
Rcpp::CharacterMatrix
Callers
nothing calls this directly
Calls
1
cbind
Function · 0.85
Tested by
no test coverage detected