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