Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ AttributeProxy
Function
AttributeProxy
inst/tinytest/cpp/DataFrame.cpp:70–72 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
68
69
// [[Rcpp::export]]
70
DataFrame AttributeProxy( List o, std::string y ){
71
return DataFrame( o.attr( y )) ;
72
}
73
74
// [[Rcpp::export]]
75
DataFrame createTwoStringsAsFactors(){
Callers
nothing calls this directly
Calls
1
attr
Method · 0.80
Tested by
no test coverage detected