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

Function runit_rownames_colnames_proxy

inst/tinytest/cpp/Matrix.cpp:262–266  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

260
261// [[Rcpp::export]]
262void runit_rownames_colnames_proxy(
263 NumericMatrix x, CharacterVector row_names, CharacterVector col_names) {
264 rownames(x) = row_names;
265 colnames(x) = col_names;
266}
267
268// [[Rcpp::export]]
269void runit_rownames_proxy(NumericMatrix x) {

Callers

nothing calls this directly

Calls 2

rownamesFunction · 0.85
colnamesFunction · 0.85

Tested by

no test coverage detected