MCPcopy 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]]
70DataFrame AttributeProxy( List o, std::string y ){
71 return DataFrame( o.attr( y )) ;
72}
73
74// [[Rcpp::export]]
75DataFrame createTwoStringsAsFactors(){

Callers

nothing calls this directly

Calls 1

attrMethod · 0.80

Tested by

no test coverage detected