Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ S4_get_slot_x
Function
S4_get_slot_x
inst/tinytest/cpp/S4.cpp:68–71 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
66
67
// [[Rcpp::export]]
68
NumericVector S4_get_slot_x(S4 o){
69
NumericVector res( o.slot(
"x"
) );
70
return res ;
71
}
72
73
// [[Rcpp::export]]
74
CharacterVector S4_get_attr_x(IntegerVector o){
Callers
nothing calls this directly
Calls
1
slot
Method · 0.80
Tested by
no test coverage detected