Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
144
SEXP attr_( DataFrame x){
145
return x.attr(
"row.names"
) ;
146
}
147
148
// [[Rcpp::export]]
149
RObject attr_set(){
Callers
nothing calls this directly
Calls
1
attr
Method · 0.80
Tested by
no test coverage detected