[[Rcpp::export]]
| 136 | |
| 137 | // [[Rcpp::export]] |
| 138 | bool hasAttribute( DataFrame x){ |
| 139 | bool has_class = x.hasAttribute( "class" ) ; |
| 140 | return has_class ; |
| 141 | } |
| 142 | |
| 143 | // [[Rcpp::export]] |
| 144 | SEXP attr_( DataFrame x){ |
nothing calls this directly
no test coverage detected