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

Function attr_

inst/tinytest/cpp/RObject.cpp:144–146  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

142
143// [[Rcpp::export]]
144SEXP attr_( DataFrame x){
145 return x.attr( "row.names" ) ;
146}
147
148// [[Rcpp::export]]
149RObject attr_set(){

Callers

nothing calls this directly

Calls 1

attrMethod · 0.80

Tested by

no test coverage detected