MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / S4_dotdata

Function S4_dotdata

inst/tinytest/cpp/S4.cpp:80–83  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

78
79// [[Rcpp::export]]
80S4 S4_dotdata(S4 foo){
81 foo.slot( ".Data" ) = "foooo" ;
82 return foo ;
83}
84
85// [[Rcpp::export]]
86std::vector<double> S4_proxycoerce(S4 x_) {

Callers

nothing calls this directly

Calls 1

slotMethod · 0.80

Tested by

no test coverage detected