MCPcopy 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]]
65DataFrame SlotProxy( S4 o, std::string yy ){
66 return DataFrame( o.slot( yy ) ) ;
67}
68
69// [[Rcpp::export]]
70DataFrame AttributeProxy( List o, std::string y ){

Callers

nothing calls this directly

Calls 1

slotMethod · 0.80

Tested by

no test coverage detected