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

Function runit_rownames_proxy

inst/tinytest/cpp/Matrix.cpp:269–271  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

267
268// [[Rcpp::export]]
269void runit_rownames_proxy(NumericMatrix x) {
270 rownames(x) = CharacterVector::create("A", "B", "C");
271}
272
273// [[Rcpp::export]]
274NumericMatrix runit_no_init_matrix() {

Callers

nothing calls this directly

Calls 1

rownamesFunction · 0.85

Tested by

no test coverage detected