Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
80
S4 S4_dotdata(S4 foo){
81
foo.slot(
".Data"
) =
"foooo"
;
82
return foo ;
83
}
84
85
// [[Rcpp::export]]
86
std::vector<double> S4_proxycoerce(S4 x_) {
Callers
nothing calls this directly
Calls
1
slot
Method · 0.80
Tested by
no test coverage detected