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

Function colnames

inst/include/Rcpp/vector/Matrix.h:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213inline internal::DimNameProxy colnames(SEXP x) {
214 return internal::DimNameProxy(x, 1);
215}
216
217template<template <class> class StoragePolicy >
218inline std::ostream &operator<<(std::ostream & s, const Matrix<REALSXP, StoragePolicy> & rhs) {

Callers 1

Calls 1

DimNameProxyClass · 0.85

Tested by

no test coverage detected