Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ S4_get_attr_x
Function
S4_get_attr_x
inst/tinytest/cpp/S4.cpp:74–77 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
72
73
// [[Rcpp::export]]
74
CharacterVector S4_get_attr_x(IntegerVector o){
75
CharacterVector res( o.attr(
"foo"
) ) ;
76
return res ;
77
}
78
79
// [[Rcpp::export]]
80
S4 S4_dotdata(S4 foo){
Callers
nothing calls this directly
Calls
1
attr
Method · 0.80
Tested by
no test coverage detected